Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
tdyas committed Jan 7, 2025
1 parent 8d33e5c commit 50b93fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/backend/python/util_rules/pex_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ async def setup_pex_cli_process(
normalized_argv = complete_pex_env.create_argv(pex_cli_tool.exe, *args)

# Build the environment for running the program.
env = {}
env: dict[str, str] = {}
if not pex_cli_tool.is_scie:
env.update(complete_pex_env.environment_dict(python=bootstrap_python))
env.update(python_native_code.subprocess_env_vars)
Expand Down

0 comments on commit 50b93fd

Please sign in to comment.