Skip to content

Commit d200dcc

Browse files
committed
lint
1 parent 9a5f2e5 commit d200dcc

File tree

1 file changed

+1
-1
lines changed
  • src/compas_ghpython/components/Compas_RpcCall

1 file changed

+1
-1
lines changed

src/compas_ghpython/components/Compas_RpcCall/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def RunScript(self, module, function, parameters, path, restart):
2121

2222
try:
2323
result = fn(*parameters)
24-
except Exception as e:
24+
except Exception:
2525
self.Message = "Error! Check details in stacktrace"
2626
raise
2727

0 commit comments

Comments
 (0)