Fix; just catch anything here.

This commit is contained in:
Ryan Leckey
2013-10-23 00:06:18 -07:00
parent b3eb4d6339
commit 3bba347237

View File

@@ -313,7 +313,7 @@ def mock_engine(engine, stream=None):
target = frame.f_locals['__target']
break
except StandardError:
except:
pass
else: