From e2506f3d0326e33b3ad4729fec902b95dd0fd46d Mon Sep 17 00:00:00 2001 From: Fabrice Laporte Date: Fri, 19 Dec 2014 00:20:50 +0100 Subject: [PATCH] change prints to ease sources copy/paste --- test/lyrics_download_samples.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/lyrics_download_samples.py b/test/lyrics_download_samples.py index c4aab5bd1..34f71c0d1 100644 --- a/test/lyrics_download_samples.py +++ b/test/lyrics_download_samples.py @@ -41,9 +41,9 @@ def main(argv=None): """ if argv is None: argv = sys.argv - + print 'Fetching samples from:' for s in test_lyrics.GOOGLE_SOURCES + test_lyrics.DEFAULT_SOURCES: - print 'Fetching sample from %s' % s['url'] + print s['url'] url = s['url'] + s['path'] fn = test_lyrics.url_to_filename(url) if not os.path.isfile(fn):