summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-08-13 14:14:43 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-08-13 14:14:43 +0000
commit0d61c78d2cdcfe1b3ed42c52351bb2c177aaf97a (patch)
treeaddbf86905ddaac99a8927f2cd4d00964af5be29
parent6b1adb7831f1328a929f97bab11f97cd228e5718 (diff)
downloaddefinitions-0d61c78d2cdcfe1b3ed42c52351bb2c177aaf97a.tar.gz
Improving print
-rwxr-xr-xscripts/migrate-chunks2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/migrate-chunks b/scripts/migrate-chunks
index 62377b4b..3f836188 100755
--- a/scripts/migrate-chunks
+++ b/scripts/migrate-chunks
@@ -133,7 +133,7 @@ def download_chunks(morph):
chunk_morph = cat_file(repo, ref, name)
new_chunk = loader.load_from_string(chunk_morph)
loader.save_to_file(chunk['morph'], new_chunk)
- print "Downloading %s from %s into %s\n" %(name, repo, chunk['morph'])
+ print "\nDownloading %s from %s into %s" %(name, repo, chunk['morph'])
except urllib2.HTTPError as err:
# If there is no morphology in the repository we assume that the morphology
# system will be autodetected, so we don't have to create a new one