We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf6313d commit 5031293Copy full SHA for 5031293
python/private/stage2_bootstrap_template.py
@@ -67,7 +67,7 @@ def get_build_data(self):
67
from python.runfiles import runfiles
68
rlocation_path = self.BUILD_DATA_FILE
69
if is_windows():
70
- rlocation_path = rlocation_path.replace("/", "")
+ rlocation_path = rlocation_path.replace("/", "\\")
71
path = runfiles.Create().Rlocation(rlocation_path)
72
73
path = os.path.normpath(path)
0 commit comments