Skip to content

Commit fe37833

Browse files
committed
[NO TESTS] WIP
1 parent e9e626f commit fe37833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/tests/py_venv_conflict/test_import_roots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def tree(dir_path: Path, prefix: str=''):
2626
yield from tree(path, prefix=prefix+extension)
2727

2828
here = Path(".")
29-
print(here.absolute())
29+
print(here.absolute().resolve())
3030
for line in tree(here):
3131
print(line)
3232

0 commit comments

Comments
 (0)