Minor patch (fixes #3795)

This commit is contained in:
Miroslav Stampar
2019-07-04 11:07:25 +02:00
parent 3676cef79b
commit f9489c3352
4 changed files with 5 additions and 3 deletions

View File

@@ -3762,7 +3762,7 @@ def createGithubIssue(errMsg, excMsg):
logger.info(infoMsg)
try:
with open(paths.GITHUB_HISTORY, "a+b") as f:
with openFile(paths.GITHUB_HISTORY, "a+b") as f:
f.write("%s\n" % key)
except:
pass