Skip to content

Commit 8698bd8

Browse files
committed
chore(py): Fix a broken path to the target dir
1 parent c7539b6 commit 8698bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/gl-testing/gltesting/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
target_dir = Path(
1919
os.environ.get(
2020
'CARGO_TARGET_DIR',
21-
Path(__file__).parent / ".." / ".." / "target"
21+
Path(__file__).parent / ".." / ".." / ".." / "target"
2222
)
2323
)
2424

0 commit comments

Comments
 (0)