This commit is contained in:
Miroslav Stampar
2016-07-04 09:12:30 +02:00
parent 74d0315fef
commit 2c968f9a35
2 changed files with 2 additions and 2 deletions

View File

@@ -201,7 +201,7 @@ def main():
logger.error(errMsg)
raise SystemExit
elif all(_ in excMsg for _ in ("No such file", "_'")):
elif all(_ in excMsg for _ in ("No such file", "_'", "self.get_prog_name()")):
errMsg = "corrupted installation detected ('%s'). " % excMsg.strip().split('\n')[-1]
errMsg += "You should retrieve the latest development version from official GitHub "
errMsg += "repository at '%s'" % GIT_PAGE