chg: [tools] remove debugging
parent
bce14bb0d3
commit
d2bf685e75
|
@ -26,7 +26,6 @@ def process(files, dst):
|
||||||
for row in csv_reader:
|
for row in csv_reader:
|
||||||
if flag:
|
if flag:
|
||||||
flag = False
|
flag = False
|
||||||
print(True)
|
|
||||||
continue
|
continue
|
||||||
v = row[1]
|
v = row[1]
|
||||||
warninglist['list'].append(v.rstrip().rstrip('/'))
|
warninglist['list'].append(v.rstrip().rstrip('/'))
|
||||||
|
|
Loading…
Reference in New Issue