aboutsummaryrefslogtreecommitdiffstats
path: root/python/download_emails.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/download_emails.py')
-rw-r--r--python/download_emails.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/download_emails.py b/python/download_emails.py
index ae386751..eff9f867 100644
--- a/python/download_emails.py
+++ b/python/download_emails.py
@@ -115,7 +115,7 @@ def main():
print("error decoding {0}".format(msg['id']))
continue
else:
- email = Path("quotes/{0}".format(msg['id']))
+ email = Path("../../data/swaptions/{0}".format(msg['id']))
with email.open("w") as fh:
fh.write(subject + "\r\n")
fh.write(content)