This commit is contained in:
pengtao 2019-11-22 11:48:51 +08:00
parent 4054124b95
commit 67a100dc5c

View File

@ -543,6 +543,7 @@ class TapWeeklyReport:
if item not in rows: if item not in rows:
new_tt.pop(item) new_tt.pop(item)
temp["row_data"].append(new_tt) temp["row_data"].append(new_tt)
pdb.set_trace()
r_data.append(temp) 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)