Fix old formatting specifier
This commit is contained in:
parent
be05ae538f
commit
c85db3449f
1 changed files with 1 additions and 1 deletions
|
@ -540,7 +540,7 @@ def printtoc(toc, downloaddb):
|
||||||
if isinstance(options, basestring):
|
if isinstance(options, basestring):
|
||||||
print "{:>7.7s}: {}".format(options, item.name)
|
print "{:>7.7s}: {}".format(options, item.name)
|
||||||
continue
|
continue
|
||||||
print "*** downloading %s ({:.3f} GB)".format(item.name, item.sourcesize / 1e9)
|
print "*** downloading {} ({:.3f} GB)".format(item.name, item.sourcesize / 1e9)
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
Loading…
Reference in a new issue