Skip to content

Commit

Permalink
Update download.py
Browse files Browse the repository at this point in the history
avoid duplicate files
  • Loading branch information
rieder authored Apr 23, 2024
1 parent ff812b0 commit b4e5c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/amuse/community/hermite_grx/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def new_argument_parser():
result = argparse.ArgumentParser()
result.add_argument(
"--seba-version",
default="e0cf110efc344011674b9d92d72b67629e2c1bd6",
default="c69fa0af018adbbd13d30a7e853c0179b8afbf7f",
dest="hermite_grx_version",
help="Hermite_GRX commit hash to download",
type=str,
Expand Down

0 comments on commit b4e5c01

Please sign in to comment.