Commit b463e7e
fix: Don't fail in override from a non-root module (bazel-contrib#2566)
This patch enable calls to pypi override from a non-root module without
failing. The call will instead be silently ignored.
Fixes bazel-contrib#2550
---------
Co-authored-by: Ignas Anikevicius <[email protected]>1 parent f219112 commit b463e7e
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
390 | | - | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
391 | 393 | | |
392 | 394 | | |
393 | 395 | | |
| |||
0 commit comments