vnrecode: fix typo in input folder name
This commit is contained in:
parent
a75314d2ad
commit
bc84703b73
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class Application:
|
|||
if not output.exists():
|
||||
os.mkdir(output)
|
||||
|
||||
self.__printer.info(f'Compressing "{output}" folder...')
|
||||
self.__printer.info(f'Compressing "{folder}" folder...')
|
||||
|
||||
with ThreadPoolExecutor(max_workers=self.__params.workers) as executor:
|
||||
futures = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue