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 711f758 commit 4a8260cCopy full SHA for 4a8260c
1 file changed
python/private/python_bootstrap_template.txt
@@ -80,7 +80,7 @@ else:
80
RUNTIME_VENV_SYMLINKS = """
81
%runtime_venv_symlinks%
82
""".strip().split("\n")
83
-RUNTIME_VENV_SYMLINKS = dict(line.split("|") for line in RUNTIME_VENV_SYMLINKS)
+RUNTIME_VENV_SYMLINKS = dict(line.split("|") for line in RUNTIME_VENV_SYMLINKS if line)
84
85
ADDITIONAL_INTERPRETER_ARGS = os.environ.get("RULES_PYTHON_ADDITIONAL_INTERPRETER_ARGS", "")
86
EXTRACT_ROOT = os.environ.get("RULES_PYTHON_EXTRACT_ROOT")
0 commit comments