Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Filename fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos SANCHEZ (contractor) authored and Carlos SANCHEZ (contractor) committed Nov 20, 2017
1 parent 73168da commit f5bf646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f5bf646

Please sign in to comment.