aboutsummaryrefslogtreecommitdiffstats
path: root/python/download_daily.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/download_daily.py')
-rw-r--r--python/download_daily.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/download_daily.py b/python/download_daily.py
index 3816e5bf..97b76595 100644
--- a/python/download_daily.py
+++ b/python/download_daily.py
@@ -36,7 +36,7 @@ def download_data(workdate):
for filename in [pnlfile, valuationfile]:
with open(os.path.join(root, str(workdate), "Reports", filename), "wb") as fh:
ftp.retrbinary('RETR ' + filename, fh.write)
- print "downloaded {0}".format(filename)
+ print("downloaded {0}".format(filename))
if os.name=='nt':
gpg = gnupg.GPG(gpgbinary = r'"c:\\Program Files (x86)\\GNU\\GnuPG\\gpg2.exe"',