Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Kaufmann <humitos@gmail.com>2012-10-16 12:51:14 (GMT)
committer Manuel Kaufmann <humitos@gmail.com>2012-10-16 12:51:14 (GMT)
commit58b9477354cf4451a6207d136f37d7bebcad03ac (patch)
treeb2d44516c9509ddaf21e1b9dd445edc12618c4df
parent3be4d00b0f3177e2814ee9581df24564cb6dc39f (diff)
Text formatting
-rw-r--r--scripts/download_latest_release.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/download_latest_release.py b/scripts/download_latest_release.py
index 7667085..d32ddfb 100644
--- a/scripts/download_latest_release.py
+++ b/scripts/download_latest_release.py
@@ -65,6 +65,8 @@ for v in XO_VERSIONS:
print 'OUTPUT_PATH:', output_filename
if os.path.exists(output_filename):
+ print 'Already downloaded, skipping...'
+ print
continue
url = FILE_URL % \
@@ -78,4 +80,5 @@ for v in XO_VERSIONS:
urllib.urlretrieve(
url, output_filename,
lambda nb, bs, fs, url=url: _reporthook(nb, bs, fs, url))
+ print '\n\n'
print 'DONE!'