diff options
Diffstat (limited to 'python/collateral/ms.py')
| -rw-r--r-- | python/collateral/ms.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/collateral/ms.py b/python/collateral/ms.py index dc50613d..8b341f40 100644 --- a/python/collateral/ms.py +++ b/python/collateral/ms.py @@ -17,6 +17,8 @@ subjects = { def download_files(em, count=20, *, fund="Serenitas", **kwargs): + if fund not in paths: + return emails = em.get_msgs( path=paths[fund], count=count, |
