Skip to content

Commit

Permalink
Display warc2zim call args
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Nov 23, 2023
1 parent b98e8f7 commit a2b4c71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zimit.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ def cleanup():

num_files = sum(1 for _ in warc_files.iterdir())
print(f"{num_files} WARC files found", flush=True)
print(f"Calling warc2zim with these args: {warc2zim_args}", flush=True)

return warc2zim(warc2zim_args)

Expand Down

0 comments on commit a2b4c71

Please sign in to comment.