Skip to content

Commit

Permalink
fix(release): parser print help func not working (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
samkit5495 authored Sep 20, 2024
1 parent 32c8b91 commit 7e05ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe-ci-cd/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
def main():
parser = get_args_parser()
if len(sys.argv) == 1:
parser.cli_print_help(sys.stderr)
parser.print_help(sys.stderr)
sys.exit(1)

args = parser.parse_args()
Expand Down

0 comments on commit 7e05ed6

Please sign in to comment.