Skip to content
Snippets Groups Projects

Resolve "improve run environment for error handling"

Merged Ghost User requested to merge lukas_issue086_refac_improve-error-handling-runtime into develop
2 files
+ 4
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -50,6 +50,8 @@ class RunEnvironment(object):
return self
def __exit__(self, exc_type, exc_val, exc_tb):
if exc_type:
logging.error(exc_val, exc_info=(exc_type, exc_val, exc_tb))
self.__del__()
@staticmethod
Loading