This commit is contained in:
pengtao 2019-11-22 11:47:51 +08:00
parent 4b29798718
commit 4054124b95

View File

@ -543,6 +543,7 @@ class TapWeeklyReport:
if item not in rows:
new_tt.pop(item)
temp["row_data"].append(new_tt)
r_data.append(temp)
except Exception:
log.error(f"struct data with {line} Failed", exc_info=True)
return r_data