Skip to content

Commit

Permalink
Replace comment w/TODO. Appropriate ticket created
Browse files Browse the repository at this point in the history
  • Loading branch information
ankona committed Oct 18, 2024
1 parent 59f908e commit 86a23d9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions smartsim/_core/_cli/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ def execute(
)

print("Dragon Installation:")
# dragon_version = dragon_pin()
# todo: fix dragon_pin removal
# note: smartsim/config/dragon/.env should have an env var
# that we can take the version from
# TODO: Fix hardcoded dragon version
dragon_version = "0.10"

fs_table = [["Version", str(dragon_version)]]
Expand Down

0 comments on commit 86a23d9

Please sign in to comment.