From b25bf51a594390918a97708e16352db3ea28c6fd Mon Sep 17 00:00:00 2001 From: emijrp Date: Sat, 9 Jul 2011 18:17:04 +0000 Subject: [PATCH] prints git-svn-id: https://wikiteam.googlecode.com/svn/trunk@193 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95 --- dumpgenerator.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dumpgenerator.py b/dumpgenerator.py index f80f67c..4d3dce6 100644 --- a/dumpgenerator.py +++ b/dumpgenerator.py @@ -422,7 +422,7 @@ def getImageFilenamesURL(config={}): #print url raw = urllib.urlopen(url).read() if limit > 10 and re.search(ur'(?i)allowed memory size of \d+ bytes exhausted', raw): # delicated wiki - print 'Error: listing %d images in a chunk not possible, trying tiny chunks' % (limit) + print 'Error: listing %d images in a chunk is not possible, trying tiny chunks' % (limit) limit = limit/10 continue @@ -598,8 +598,9 @@ def welcome(): print '' def bye(): - print "Your dump is complete" + print "---> Congratulations! Your dump is complete <---" print "If you found any bug, report a new issue here (Gmail account required): http://code.google.com/p/wikiteam/issues/list" + print "If this is a public wiki, please, consider sending us a copy of this dump. Contact us at http://code.google.com/p/wikiteam" print "Good luck! Bye!" def usage():