aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/ctm_allocation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/ctm_allocation.py b/python/ctm_allocation.py
index 16db81b9..cd44dc95 100644
--- a/python/ctm_allocation.py
+++ b/python/ctm_allocation.py
@@ -19,7 +19,7 @@ def main(trade_date, upload):
return
buf, dest = CTM.build_buffer()
if upload:
- CTM.upload(buf)
+ CTM.upload(buf, dest.name)
conn.commit()