Commit 28fb5005 authored by rico.liu's avatar rico.liu

update

parent 217841cb
......@@ -482,8 +482,8 @@ def check_params_data(path):
except:
print(index_(counter, 1), end='%')
if row['remark'] != 'nan' and row['remark'] != 'None':
continue
#if row['remark'] != 'nan' and row['remark'] != 'None':
# continue
id_ = row['id']
category = row['zi_subcategoryname']
......@@ -518,8 +518,8 @@ def check_params_data(path):
except:
print(index_(counter, 1), end='%')
if row['remark'] != 'nan' and row['remark'] != 'None':
continue
#if row['remark'] != 'nan' and row['remark'] != 'None':
# continue
id_ = str(row['id'])
category = row['zi_subcategoryname']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment