From 0d61c78d2cdcfe1b3ed42c52351bb2c177aaf97a Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Wed, 13 Aug 2014 14:14:43 +0000 Subject: Improving print --- scripts/migrate-chunks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/migrate-chunks') 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 -- cgit v1.2.1