Fix; just catch anything here.
This commit is contained in:
@@ -313,7 +313,7 @@ def mock_engine(engine, stream=None):
|
|||||||
target = frame.f_locals['__target']
|
target = frame.f_locals['__target']
|
||||||
break
|
break
|
||||||
|
|
||||||
except StandardError:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
Reference in New Issue
Block a user