Skip to content

Commit

Permalink
be more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Mar 6, 2024
1 parent 8da8a69 commit f83047b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcor_control/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def update_package(name):
is_located_git = False

if is_testing:
click.secho(f"Reinstalling {test_setup_py}", bold=True)
click.secho(f"Reinstalling {name} via {test_setup_py}", bold=True)
os.chdir(test_setup_py.parent)
try:
sp.check_output("pip install -e .", shell=True)
Expand Down

0 comments on commit f83047b

Please sign in to comment.