Skip to content

Commit b38bb89

Browse files
committed
it's not fair to put connection issues in the same cat as douches
1 parent 3de4a9e commit b38bb89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/creation/issue_creator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def checksum(issue_template_path):
6767
print("{}\n{}\n{}".format(
6868
sep, open(issue_template_path).read(), sep
6969
))
70-
return False
70+
exit(1)
7171

7272

7373
def check_version_number(current_version):

0 commit comments

Comments
 (0)