diff options
Diffstat (limited to 'python/collateral/wells.py')
| -rw-r--r-- | python/collateral/wells.py | 2 |
1 files changed, 1 insertions, 1 deletions
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") |
