Skip to content

Commit 104b773

Browse files
authored
Update
1 parent 67812fd commit 104b773

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/creation/issue_creator.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def check_version_number(current_version):
3535
return False
3636
return True
3737
except Exception as e:
38-
print e
3938
return True
4039

4140

@@ -204,4 +203,4 @@ def request_issue_creation(path, arguments, error_message):
204203
)
205204
print("{}\n{}\n{}".format(sep, open(path).read(), sep))
206205
else:
207-
lib.output.info("the issue has been logged to a file in path: '{}'".format(path))
206+
lib.output.info("the issue has been logged to a file in path: '{}'".format(path))

0 commit comments

Comments
 (0)