This commit is contained in:
pengtao 2019-11-22 11:55:47 +08:00
parent c2908cda43
commit 145d7ad161

View File

@ -544,7 +544,8 @@ class TapWeeklyReport:
for k in rows:
temp["row_name"].append(self.row_cn.get(k))
temp["row_data"].append(new_tt.get(k))
r_data.append(temp)
pdb.set_trace()
r_data.append(temp)
except Exception:
log.error(f"struct data with {line} Failed", exc_info=True)
return r_data