Skip to content

Commit d3326fa

Browse files
committed
fix: use forward slashes for initial Rlocation lookup
1 parent 4864378 commit d3326fa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/private/stage2_bootstrap_template.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ def get_build_data(self):
6666
except ImportError:
6767
from python.runfiles import runfiles
6868
rlocation_path = self.BUILD_DATA_FILE
69-
if is_windows():
70-
rlocation_path = rlocation_path.replace("/", "\\")
7169
path = runfiles.Create().Rlocation(rlocation_path)
7270
if is_windows():
7371
path = os.path.normpath(path)

0 commit comments

Comments
 (0)