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 e9e626f commit fe37833Copy full SHA for fe37833
py/tests/py_venv_conflict/test_import_roots.py
@@ -26,7 +26,7 @@ def tree(dir_path: Path, prefix: str=''):
26
yield from tree(path, prefix=prefix+extension)
27
28
here = Path(".")
29
-print(here.absolute())
+print(here.absolute().resolve())
30
for line in tree(here):
31
print(line)
32
0 commit comments