aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/collateral/baml_fcm.py2
-rw-r--r--python/collateral/wells.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/python/collateral/baml_fcm.py b/python/collateral/baml_fcm.py
index 65ab758d..d97c877b 100644
--- a/python/collateral/baml_fcm.py
+++ b/python/collateral/baml_fcm.py
@@ -4,7 +4,7 @@ import pandas as pd
from sqlalchemy.exc import IntegrityError
-def download_files(**args):
+def download_files(*args):
sftp = SftpClient.from_creds("baml_fcm")
sftp.download_files("outgoing", DAILY_DIR / "BAML_reports")
diff --git a/python/collateral/wells.py b/python/collateral/wells.py
index e9065c88..d31163c3 100644
--- a/python/collateral/wells.py
+++ b/python/collateral/wells.py
@@ -4,7 +4,7 @@ from .common import compare_notionals, STRATEGY_CASH_MAPPING
from sqlalchemy.exc import IntegrityError
-def download_files(**args):
+def download_files(*args):
sftp = SftpClient2.from_creds("wells")
sftp.download_files("/RECEIVE/339425_DATO2", DAILY_DIR / "Wells_reports")