This commit is contained in:
Kovid Goyal 2008-07-15 21:42:18 -07:00
parent 97c15c0993
commit c4eb7fea8b

View File

@ -254,7 +254,7 @@ def download_tarball():
if pb is not None:
pb.update(percent)
else:
print '%d%, '%int(percent*100)
print '%d%%, '%int(percent*100)
f.seek(0)
return f
@ -277,4 +277,4 @@ def main(args=sys.argv):
return 0
if __name__ == '__main__':
sys.exit(main())
sys.exit(main())