Commit c3a64a8
Adam Simpkins
Allow specifying a non-relative module name in config_path
When constructing the config search path, allow callers to directly pass
in a non-relative module name starting with `pkg://`. This allows
callers to bypass the relative name lookup, and always get consistent
behavior regardless of the current environment variables at runtime.
This addresses issue #2564.1 parent 9a7a094 commit c3a64a8
File tree
3 files changed
+9
-3
lines changed- hydra/_internal
- news
- tests
3 files changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
128 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
129 | 133 | | |
130 | 134 | | |
131 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| 175 | + | |
175 | 176 | | |
176 | 177 | | |
177 | 178 | | |
| |||
0 commit comments