Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
chore: Update warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak committed Feb 24, 2022
1 parent cc8a97f commit 019705f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helics_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def _get_version():
helics_apps_version = "HELICS Apps version {}".format(ha.__version__)

except ImportError:
helics_apps_version = "Python `helics-apps` package not installed. Install using `pip install helics-apps --upgrade`."
helics_apps_version = ""

try:
import helics as h
Expand Down

0 comments on commit 019705f

Please sign in to comment.