Skip to content

Commit

Permalink
Update beeflow/client/core.py
Browse files Browse the repository at this point in the history
Co-authored-by: Patricia Grubel <pagrubel@lanl.gov>
  • Loading branch information
aquan9 and pagrubel authored Sep 3, 2024
1 parent 4983515 commit ee4e44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beeflow/client/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ def info():
"""Get information about beeflow's installation."""
version = importlib.metadata.version("hpc-beeflow")
print(f"Beeflow version: {version}")
print(f".beeflow directory: {paths.workdir()}")
print(f"bee_workflow directory: {paths.workdir()}")
print(f"Log path: {paths.log_path()}")


Expand Down

0 comments on commit ee4e44f

Please sign in to comment.