diff options
Diffstat (limited to 'python/parse_gs_exchange.py')
| -rw-r--r-- | python/parse_gs_exchange.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/parse_gs_exchange.py b/python/parse_gs_exchange.py index 5aac63ae..a77f87c5 100644 --- a/python/parse_gs_exchange.py +++ b/python/parse_gs_exchange.py @@ -119,7 +119,7 @@ def save_email(msg, path): if __name__ == "__main__": fwd_index = [] swaption_quotes = {} - save_path = Path(os.environ["DATA_DIR"]) "swaptions" / "exchange" + save_path = Path(os.environ["DATA_DIR"]) / "swaptions" / "exchange" for email in get_msgs(count=20): save_email(email, save_path) try: |
