We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71aa81a commit 3de4a9eCopy full SHA for 3de4a9e
lib/creation/issue_creator.py
@@ -48,7 +48,6 @@ def checksum(issue_template_path):
48
check.update(open(path).read())
49
check = check.hexdigest()
50
current_checksums.append("{}:{}".format(path.split("/")[-1], check))
51
- print "\n".join(current_checksums);exit(1)
52
try:
53
req = requests.get(lib.settings.CHECKSUM_LINK)
54
real_checksums = str(req.text).split("\n")
0 commit comments