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 len(not_found) > 0:
|
||||||
if args.verbose >= 1:
|
if args.verbose >= 1:
|
||||||
print(
|
print(f"added new cols {', '.join(not_found)} to {tbl}")
|
||||||
f"added new cols {', '.join(not_found)} to {tbl}, already present {tbl_cols}, want {col_names}")
|
|
||||||
|
|
||||||
new_cols = list(tbl_cols)
|
new_cols = list(tbl_cols)
|
||||||
for new_col in not_found:
|
for new_col in not_found:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user