Skip to content

Commit d855556

Browse files
committed
fix style
1 parent 7cfffb7 commit d855556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ def run(self):
780780
self.exc = None
781781
try:
782782
super().run()
783-
except Exception as e:
783+
except Exception as e: # pylint: disable=broad-except;
784784
self.exc = e
785785

786786
for abi in ['cpython', 'universal', 'debug', 'nfi']:

0 commit comments

Comments
 (0)