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 360aa57 commit 5c735d6Copy full SHA for 5c735d6
graalpython/com.oracle.graal.python.tck/src/com/oracle/graal/python/tck/PythonProvider.java
@@ -251,7 +251,7 @@ public Collection<? extends Snippet> createStatements(Context context) {
251
" try:\n" +
252
" raise BaseException()\n" +
253
" e = None\n" +
254
- " except BaseException as e:\n" +
+ " except BaseException as ex:\n" +
255
" e = True\n" +
256
" else:\n" +
257
@@ -261,7 +261,7 @@ public Collection<? extends Snippet> createStatements(Context context) {
261
262
263
264
265
266
267
0 commit comments