From f5bf646996e74d55817eacee11fd243c63a5eb5a Mon Sep 17 00:00:00 2001 From: "Carlos SANCHEZ (contractor)" Date: Mon, 20 Nov 2017 17:47:22 +0100 Subject: [PATCH] Filename fixed --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index bbdc305..1214c65 100644 --- a/tasks.py +++ b/tasks.py @@ -83,7 +83,7 @@ def download_files(ctx, open_date, update_date): # Exluded CSAT print("Downloading CSAT_excluded...") - filename = os.path.join(temp_path, 'Tickets_Excluidos.xmlv') + filename = os.path.join(temp_path, 'Tickets_Excluidos.xml') report_download.download_report('Dashboard/Tickets_Excluidos', ReportFormat.XML, filename)