fixbug
This commit is contained in:
parent
c2908cda43
commit
145d7ad161
@ -544,7 +544,8 @@ class TapWeeklyReport:
|
|||||||
for k in rows:
|
for k in rows:
|
||||||
temp["row_name"].append(self.row_cn.get(k))
|
temp["row_name"].append(self.row_cn.get(k))
|
||||||
temp["row_data"].append(new_tt.get(k))
|
temp["row_data"].append(new_tt.get(k))
|
||||||
r_data.append(temp)
|
pdb.set_trace()
|
||||||
|
r_data.append(temp)
|
||||||
except Exception:
|
except Exception:
|
||||||
log.error(f"struct data with {line} Failed", exc_info=True)
|
log.error(f"struct data with {line} Failed", exc_info=True)
|
||||||
return r_data
|
return r_data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user