Skip to content

Commit

Permalink
Hopefully, full finished with main merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhosk committed Oct 16, 2023
1 parent be2a904 commit 4a071f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/astrohack/_utils/parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def verify_parameters(function, args, config_dir=None):
if config_dir is not None:
path = config_dir

# This should only trigger in the case we are running github actions.
# This should only trigger in the case we are running GitHub actions.
elif os.getenv("ROOT_DIR") is not None:
path = os.getenv("ROOT_DIR") + "/src/astrohack/_utils/_config/"
logger.debug("ROOT_DIR: {dir}".format(dir=os.getenv("ROOT_DIR")))
Expand Down

0 comments on commit 4a071f1

Please sign in to comment.