fixbug
This commit is contained in:
parent
4b29798718
commit
4054124b95
@ -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)
|
||||||
|
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