vnrecode: change progress bar message
This commit is contained in:
parent
3802c52ba0
commit
ce62218cda
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class Printer:
|
||||||
file_count = 0
|
file_count = 0
|
||||||
for folder, folders, file in os.walk(source):
|
for folder, folders, file in os.walk(source):
|
||||||
file_count += len(file)
|
file_count += len(file)
|
||||||
self.bar = IncrementalBar('Compressing', max=file_count, suffix='[%(index)d/%(max)d] (%(percent).1f%%)')
|
self.bar = IncrementalBar('Recoding', max=file_count, suffix='[%(index)d/%(max)d] (%(percent).1f%%)')
|
||||||
self.bar.update()
|
self.bar.update()
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue