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 36db9b2 commit e35edb8Copy full SHA for e35edb8
python/private/py_executable.bzl
@@ -759,7 +759,7 @@ def _create_stage2_bootstrap(
759
"%main%": main_py_path,
760
"%main_module%": ctx.attr.main_module,
761
"%target%": str(ctx.label),
762
- "%venv_rel_site_packages%": venv.venv_site_packages if venv else "",
+ "%venv_rel_site_packages%": venv_rel_site_packages,
763
"%workspace_name%": ctx.workspace_name,
764
},
765
is_executable = True,
0 commit comments