We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed65999 commit d721115Copy full SHA for d721115
check_jira_tag.py
@@ -64,7 +64,7 @@ def main() -> int:
64
exit_code = 1
65
66
#: Get commit msg
67
- if len(sys.argv) > 2:
+ if len(sys.argv) >= 2:
68
with open(sys.argv[1]) as file:
69
c_msg = file.read()
70
0 commit comments