Skip to content

Commit

Permalink
use logging for debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
rpetit3 committed Aug 7, 2023
1 parent 2e892a8 commit 493479d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bactopia/cli/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def update(

# Install paths
bactopia_path = str(Path(bactopia_path).absolute())
print(bactopia_path)
logging.debug(f"Using bactopia path: {bactopia_path}")

# Get modules to update
needs_update = []
Expand Down

0 comments on commit 493479d

Please sign in to comment.