Commit 9c4c794
committed
fix findPythonDeps when called with an absolute path to an EC
`eb --missing` returns a list with filenames. So an absolute path passed
to `--ec` isn't matched which leads to an error stating you should
install the EasyConfig that you are trying to find the dependencies of.
Fix by getting the filename/basename first.1 parent bbfd3a7 commit 9c4c794
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| 174 | + | |
174 | 175 | | |
175 | | - | |
| 176 | + | |
176 | 177 | | |
177 | 178 | | |
178 | 179 | | |
| |||
0 commit comments