From bc84703b73bf1d0e6f6def3368bbce59170ef8c9 Mon Sep 17 00:00:00 2001 From: OleSTEEP Date: Sat, 19 Oct 2024 02:51:57 +0300 Subject: [PATCH] vnrecode: fix typo in input folder name --- vnrecode/application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnrecode/application.py b/vnrecode/application.py index c43102b..2b19681 100755 --- a/vnrecode/application.py +++ b/vnrecode/application.py @@ -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 = [