fix various coverity issues
This commit is contained in:
@@ -235,6 +235,7 @@ std::string InterpreterSingleton::runString(const char *sCmd)
|
||||
throw SystemExitException();
|
||||
else {
|
||||
PyException::ThrowException();
|
||||
return std::string(); // just to quieten code analyzers
|
||||
//throw PyException();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user