fixbug
This commit is contained in:
parent
c34e1c15b4
commit
503d292559
@ -553,10 +553,12 @@ class TapWeeklyReport:
|
||||
return r_data, new_tags
|
||||
|
||||
def collect_tags(self, data):
|
||||
|
||||
row_tags = dict()
|
||||
for line in data:
|
||||
try:
|
||||
data_type = line.get("name")
|
||||
row_tags[data_type]={}
|
||||
pdb.set_trace()
|
||||
for items in line.get("row_data"):
|
||||
for tag in items[-1].split(','):
|
||||
|
Loading…
x
Reference in New Issue
Block a user