We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4831eee + 5d71754 commit 2804b67Copy full SHA for 2804b67
python/unblob/cli.py
@@ -384,6 +384,8 @@ def cli(
384
else RichConsoleProgressReporter,
385
)
386
387
+ logger.info("Creating extraction directory", extract_root=extract_root)
388
+ extract_root.mkdir(parents=True, exist_ok=True)
389
logger.info("Start processing file", file=file)
390
sandbox = Sandbox(config, log_path, report_file)
391
process_results = sandbox.run(process_file, config, file, report_file)
0 commit comments