aboutsummaryrefslogtreecommitdiffstats
path: root/python/collateral/baml_fcm.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/collateral/baml_fcm.py')
-rw-r--r--python/collateral/baml_fcm.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/collateral/baml_fcm.py b/python/collateral/baml_fcm.py
index d97c877b..1f6150b2 100644
--- a/python/collateral/baml_fcm.py
+++ b/python/collateral/baml_fcm.py
@@ -4,12 +4,12 @@ import pandas as pd
from sqlalchemy.exc import IntegrityError
-def download_files(*args):
+def download_files(*args, **kwargs):
sftp = SftpClient.from_creds("baml_fcm")
sftp.download_files("outgoing", DAILY_DIR / "BAML_reports")
-def collateral(d, positions, engine):
+def collateral(d, positions, *, engine):
df = pd.read_csv(
DAILY_DIR
/ "BAML_reports"