Merge branch 'blender-v4.3-release'

This commit is contained in:
Campbell Barton
2024-11-06 10:51:48 +11:00

View File

@@ -436,8 +436,8 @@ class ErrorHandlingPrinter:
try:
with ensure_unwind_on_signal():
return self.printer.to_string()
except Exception as e:
return "Error"
except Exception as ex:
return f"Error: {ex!s}"
def children(self):
try: