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

update

parent 217841cb
...@@ -482,8 +482,8 @@ def check_params_data(path): ...@@ -482,8 +482,8 @@ def check_params_data(path):
except: except:
print(index_(counter, 1), end='%') print(index_(counter, 1), end='%')
if row['remark'] != 'nan' and row['remark'] != 'None': #if row['remark'] != 'nan' and row['remark'] != 'None':
continue # continue
id_ = row['id'] id_ = row['id']
category = row['zi_subcategoryname'] category = row['zi_subcategoryname']
...@@ -518,8 +518,8 @@ def check_params_data(path): ...@@ -518,8 +518,8 @@ def check_params_data(path):
except: except:
print(index_(counter, 1), end='%') print(index_(counter, 1), end='%')
if row['remark'] != 'nan' and row['remark'] != 'None': #if row['remark'] != 'nan' and row['remark'] != 'None':
continue # continue
id_ = str(row['id']) id_ = str(row['id'])
category = row['zi_subcategoryname'] 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