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