Merge pull request #1821 from pijyoi/case_sensitive_exception
This commit is contained in:
commit
823988d51c
@ -205,8 +205,8 @@ except:
|
||||
process.stderr.close()
|
||||
|
||||
if (fail or
|
||||
'exception' in stderr.lower() or
|
||||
'error' in stderr.lower()):
|
||||
'Exception:' in stderr or
|
||||
'Error:' in stderr):
|
||||
if (not fail
|
||||
and name == "RemoteGraphicsView"
|
||||
and "pyqtgraph.multiprocess.remoteproxy.ClosedError" in stderr):
|
||||
|
Loading…
x
Reference in New Issue
Block a user