Minor update

This commit is contained in:
Miroslav Stampar
2016-09-02 15:55:33 +02:00
parent 5ad27264a2
commit 2e62fda57d
3 changed files with 4 additions and 4 deletions

View File

@@ -195,7 +195,7 @@ def main():
try:
if not checkIntegrity():
errMsg = "code integrity check failed. "
errMsg = "code integrity check failed (turning off automatic issue creation). "
errMsg += "You should retrieve the latest development version from official GitHub "
errMsg += "repository at '%s'" % GIT_PAGE
logger.critical(errMsg)