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 5354796 commit 54357beCopy full SHA for 54357be
graalpython/com.oracle.graal.python.test/src/tests/test_repl.py
@@ -185,7 +185,7 @@ def test_inspect_flag_exit():
185
f.flush()
186
validate_repl(dedent(f"""\
187
Traceback (most recent call last):
188
- File "{f.name}", line 3, in <module>
+ File "{os.path.realpath(f.name)}", line 3, in <module>
189
sys.exit(1)
190
SystemExit: 1
191
>>> a
0 commit comments