There was an error while loading. Please reload this page.
1 parent 3de4a9e commit b38bb89Copy full SHA for b38bb89
lib/creation/issue_creator.py
@@ -67,7 +67,7 @@ def checksum(issue_template_path):
67
print("{}\n{}\n{}".format(
68
sep, open(issue_template_path).read(), sep
69
))
70
- return False
+ exit(1)
71
72
73
def check_version_number(current_version):
0 commit comments