mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-01 15:23:07 +02:00
IGN:...
This commit is contained in:
parent
97c15c0993
commit
c4eb7fea8b
1 changed files with 2 additions and 2 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Reference in a new issue