Skip to content

Commit

Permalink
Log the output folder
Browse files Browse the repository at this point in the history
  • Loading branch information
HonzaCuhel committed Nov 7, 2024
1 parent 4505070 commit 735eaaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def convert(
try:
logger.info("Creating NN archive...")
exporter.export_nn_archive(config.class_names)
logger.info("NN archive created.")
logger.info(f"NN archive created in {exporter.output_folder}.")
except Exception as e:
logger.error(f"Error creating NN archive: {e}")
raise typer.Exit(code=1) from e
Expand Down

0 comments on commit 735eaaf

Please sign in to comment.