Skip to content

Commit

Permalink
Resolve path
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-lightly committed Nov 10, 2023
1 parent f238fd1 commit 17aae9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lightly_insights/present.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def create_html_report(
shutil.rmtree(output_static_folder, ignore_errors=True)
shutil.copytree(src=static_folder, dst=output_static_folder)

logger.info(f"Successfully created HTML report: {html_output_path}")
logger.info(f"Successfully created HTML report: {html_output_path.resolve()}")


def _get_image_insights(
Expand Down

0 comments on commit 17aae9a

Please sign in to comment.