aboutsummaryrefslogtreecommitdiffstats
path: root/python/task_server/globeop.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/task_server/globeop.py')
-rw-r--r--python/task_server/globeop.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/task_server/globeop.py b/python/task_server/globeop.py
index c5bb1750..83afd05d 100644
--- a/python/task_server/globeop.py
+++ b/python/task_server/globeop.py
@@ -85,13 +85,13 @@ def download_data(engine, workdate: datetime.date):
pnlfiles = [
filename
for filename in files
- if filename.endswith("csv") and "Profit" in filename
+ if filename.endswith("csv.asc") and "Profit" in filename
if get_ped(filename) < workdate
]
valuationfiles = [
filename
for filename in files
- if filename.endswith("csv") and "Valuation_TradeID" in filename
+ if filename.endswith("csv.asc") and "Valuation_TradeID" in filename
if get_ped(filename) < workdate
]
cdsfiles = [