Commit 481d9e7
committed
Use a portable relative default for the PeTTa checkout path
The PY_LIVE differential defaulted `PETTA_DIR` to a hardcoded home directory
(`/home/user/Dev/PeTTa`), which leaked into the published README and only
resolved on one machine. Default to `../PeTTa` instead: it resolves to the same
place when PeTTa sits beside the repo and the suite is run from the root, and
the differential still skips (not fails) when the checkout is absent.1 parent 12a4dfe commit 481d9e7
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments