Skip to content

Commit

Permalink
ulwgl_run: log environment variables set
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Feb 21, 2024
1 parent 919953a commit 14e0837
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ulwgl_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ def main() -> int: # noqa: D103
# Set all environment variables
# NOTE: `env` after this block should be read only
for key, val in env.items():
log.info(msg(f"{key}={val}", Level.INFO))
os.environ[key] = val

build_command(env, command, opts)
Expand Down

0 comments on commit 14e0837

Please sign in to comment.