You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: support runfiles.CurrentRepository with non-hermetic sys.path (#1634)
When using Python 3.10 or earlier, the first `sys.path` entry is the
directory containing the script. This can result in modules being loaded
from the source root rather than the runfiles root, which the runfiles
library previously didn't support.
Fixes#1631
---------
Co-authored-by: Ignas Anikevicius <[email protected]>
Co-authored-by: Richard Levasseur <[email protected]>
0 commit comments