We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dc8670 commit 84970f7Copy full SHA for 84970f7
patchwork/common/tools/tool.py
@@ -77,6 +77,7 @@ def execute_logging_wrapper(self, *args, **kwargs):
77
try:
78
return func(self, *args, **kwargs)
79
except Exception as e:
80
+ logger.error(f"Error executing Tool: {self.name}: {e}")
81
return f"Error: {e}"
82
83
return execute_logging_wrapper
0 commit comments