mpegize: fix double % in output
since there is no format output here double percents are not needed.
This commit is contained in:

committed by
Martijn Braam

parent
6cfc9bfc05
commit
15a999cb87
@@ -452,7 +452,7 @@ class Mpegize:
|
|||||||
if ext=="grw":
|
if ext=="grw":
|
||||||
return
|
return
|
||||||
print("Phase 1: jpegize", file=sys.stderr)
|
print("Phase 1: jpegize", file=sys.stderr)
|
||||||
print("Message: 0%%")
|
print("Message: 0%")
|
||||||
sys.stdout.flush()
|
sys.stdout.flush()
|
||||||
m.prepare()
|
m.prepare()
|
||||||
m.jpegize()
|
m.jpegize()
|
||||||
|
Reference in New Issue
Block a user