From cf2d76a8634553f5a6f1383288277d3414f16205 Mon Sep 17 00:00:00 2001 From: Aridhi-Dhia-eddine Date: Fri, 12 Apr 2024 01:58:11 +0100 Subject: [PATCH] Rework:solve problem of saving result of --sql-query in CSV file --- lib/core/dump.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/dump.py b/lib/core/dump.py index eaea9e269..1a4feabb8 100644 --- a/lib/core/dump.py +++ b/lib/core/dump.py @@ -733,7 +733,7 @@ class Dump(object): for j in range(len(temp_res)): d.update({temp_res[j]:s[j]}) dt_save.append(d) - print(dt_save) + #******************************************* file_csv="data_save.csv" if(len(queryRes)!=0):