Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
🐛 fix(mesg): Fix html report file success message (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatelot authored May 16, 2022
1 parent 5ae1877 commit 33401d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ecoindex_cli/cli/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ def analyze(
date=time_now,
)
secho(
f"🦄️ Amazing! A report has been generated to {output_folder}/index.html, fg=colors.GREEN"
f"🦄️ Amazing! A report has been generated to {output_folder}/index.html",
fg=colors.GREEN,
)
open_webbrowser(f"file://{output_folder}/index.html")

Expand Down

0 comments on commit 33401d3

Please sign in to comment.