Minor stability patch

This commit is contained in:
Miroslav Stampar
2017-04-11 10:01:37 +02:00
parent 47ee1a991f
commit 1e310631ab
4 changed files with 10 additions and 7 deletions

View File

@@ -3188,6 +3188,9 @@ def checkIntegrity():
Checks integrity of code files during the unhandled exceptions
"""
if not paths:
return
logger.debug("running code integrity check")
retVal = True