Commit 26a0897
BUG: fix error when output directory is a relative path
This mistake was hidden in most cases because joining two absolute paths
together with os.path.join() results in the first path being dropped.
Fixes meson-python used with Tox.1 parent 678dd56 commit 26a0897
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments