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 4864378 commit d3326faCopy full SHA for d3326fa
python/private/stage2_bootstrap_template.py
@@ -66,8 +66,6 @@ def get_build_data(self):
66
except ImportError:
67
from python.runfiles import runfiles
68
rlocation_path = self.BUILD_DATA_FILE
69
- if is_windows():
70
- rlocation_path = rlocation_path.replace("/", "\\")
71
path = runfiles.Create().Rlocation(rlocation_path)
72
if is_windows():
73
path = os.path.normpath(path)
0 commit comments