error on presence of "Exception:" and "Error:"
This commit is contained in:
parent
61f067bf7c
commit
1715d5a6fa
@ -205,8 +205,8 @@ except:
|
|||||||
process.stderr.close()
|
process.stderr.close()
|
||||||
|
|
||||||
if (fail or
|
if (fail or
|
||||||
'exception' in stderr.lower() or
|
'Exception:' in stderr or
|
||||||
'error' in stderr.lower()):
|
'Error:' in stderr):
|
||||||
if (not fail
|
if (not fail
|
||||||
and name == "RemoteGraphicsView"
|
and name == "RemoteGraphicsView"
|
||||||
and "pyqtgraph.multiprocess.remoteproxy.ClosedError" in stderr):
|
and "pyqtgraph.multiprocess.remoteproxy.ClosedError" in stderr):
|
||||||
|
Loading…
Reference in New Issue
Block a user