diff options
Diffstat (limited to 'python/collateral/baml_fcm.py')
| -rw-r--r-- | python/collateral/baml_fcm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/collateral/baml_fcm.py b/python/collateral/baml_fcm.py index 1f6150b2..ff80f480 100644 --- a/python/collateral/baml_fcm.py +++ b/python/collateral/baml_fcm.py @@ -9,7 +9,7 @@ def download_files(*args, **kwargs): sftp.download_files("outgoing", DAILY_DIR / "BAML_reports") -def collateral(d, positions, *, engine): +def collateral(d, positions, *, engine, **kwargs): df = pd.read_csv( DAILY_DIR / "BAML_reports" |
