Skip to content
Snippets Groups Projects

[fix] click echo to not fail in bdt dev install

Merged Yannick DAYER requested to merge fix-echo into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -45,7 +45,7 @@ def install(env_name, folders):
@@ -45,7 +45,7 @@ def install(env_name, folders):
cmd,
cmd,
shell=True,
shell=True,
)
)
click.echo("Installed package using the command:", cmd)
click.echo(f"Installed package using the command: {cmd}")
@click.command(epilog="See bdt dev --help for examples of this command.")
@click.command(epilog="See bdt dev --help for examples of this command.")
Loading