Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into feature/hash_update
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelLueken committed Oct 23, 2024
2 parents fc188c0 + 563dd40 commit 7da953b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/get_crontab_contents.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def _parse_args(argv):
)

# Check that inputs are correct and consistent
args = parser._parse_args(argv)
args = parser.parse_args(argv)

if args.remove:
if args.line is None:
Expand Down

0 comments on commit 7da953b

Please sign in to comment.