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 9a5f2e5 commit d200dccCopy full SHA for d200dcc
src/compas_ghpython/components/Compas_RpcCall/code.py
@@ -21,7 +21,7 @@ def RunScript(self, module, function, parameters, path, restart):
21
22
try:
23
result = fn(*parameters)
24
- except Exception as e:
+ except Exception:
25
self.Message = "Error! Check details in stacktrace"
26
raise
27
0 commit comments