This commit is contained in:
pengtao 2019-11-25 14:50:21 +08:00
parent c34e1c15b4
commit 503d292559

View File

@ -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(','):