Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
c6b46993ee
@ -546,7 +546,6 @@ class TapWeeklyReport:
|
||||
for k in rows:
|
||||
ttt.append(new_tt.get(k))
|
||||
temp["row_data"].append(ttt)
|
||||
pdb.set_trace()
|
||||
r_data.append(temp)
|
||||
except Exception:
|
||||
log.error(f"struct data with {line} Failed", exc_info=True)
|
||||
@ -591,7 +590,6 @@ class TapWeeklyReport:
|
||||
def run(self):
|
||||
data = self.build()
|
||||
r_data = self.struct_data(data)
|
||||
pdb.set_trace()
|
||||
print(r_data)
|
||||
return r_data
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user