Skip to content

Commit

Permalink
Update get_crontab_contents.py
Browse files Browse the repository at this point in the history
Fix bug described in issue #1141
  • Loading branch information
mkavulich authored Oct 18, 2024
1 parent 3e9c40a commit cbefb64
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 cbefb64

Please sign in to comment.