Skip to content

Commit

Permalink
Fix unraised exception
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Oct 11, 2023
1 parent db735f5 commit 11a6087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_tools/git_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ def git_tag_and_push(args):
stdout, stderr = run_cmd("git push --force-with-lease origin +main")

else:
ValueError("Found an invalid combination of CLI options")
raise ValueError("Found an invalid combination of CLI options")

def main(args):

Expand Down

0 comments on commit 11a6087

Please sign in to comment.