Skip to content
Snippets Groups Projects
Commit 51f87140 authored by Flavio TARSETTI's avatar Flavio TARSETTI
Browse files

Merge branch 'fix-echo' into 'master'

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

See merge request !302
parents 48fb8839 cb899e7d
No related branches found
No related tags found
1 merge request!302[fix] click echo to not fail in bdt dev install
Pipeline #62609 passed
......@@ -45,7 +45,7 @@ def install(env_name, folders):
cmd,
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.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment