From 4c8de7dcf59e8e8935e349a2f1a566b78fd01619 Mon Sep 17 00:00:00 2001 From: "gowthaman.b" Date: Wed, 21 Jun 2023 17:53:23 +0530 Subject: [PATCH] fix log --- main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.py b/main.py index 47c23c4..f55732d 100644 --- a/main.py +++ b/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: