fix log
This commit is contained in:
parent
d171652b2a
commit
4c8de7dcf5
3
main.py
3
main.py
@ -82,8 +82,7 @@ class JsonToCsv:
|
||||
|
||||
if len(not_found) > 0:
|
||||
if args.verbose >= 1:
|
||||
print(
|
||||
f"added new cols {', '.join(not_found)} to {tbl}, already present {tbl_cols}, want {col_names}")
|
||||
print(f"added new cols {', '.join(not_found)} to {tbl}")
|
||||
|
||||
new_cols = list(tbl_cols)
|
||||
for new_col in not_found:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user