give more progress info during extract
This commit is contained in:
parent
3efee8fe05
commit
d351da79c1
|
@ -48,6 +48,8 @@ def extract(args):
|
||||||
work_extract_path = args.destdir / 'extract' / work_id
|
work_extract_path = args.destdir / 'extract' / work_id
|
||||||
work_extract_path.mkdir(parents=True)
|
work_extract_path.mkdir(parents=True)
|
||||||
|
|
||||||
|
print(f'Extracting {zip_path} to {work_extract_path}')
|
||||||
|
|
||||||
with open_zipfile_with_encoding(zip_path) as z:
|
with open_zipfile_with_encoding(zip_path) as z:
|
||||||
z.extractall(path=work_extract_path)
|
z.extractall(path=work_extract_path)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue