Skip to content

Commit

Permalink
ulwgl_run: log command to be executed
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Feb 21, 2024
1 parent 14e0837 commit e84ffc2
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 @@ -380,6 +380,7 @@ def main() -> int: # noqa: D103
os.environ[key] = val

build_command(env, command, opts)
log.debug(msg(command, Level.DEBUG))
return subprocess.run(command).returncode


Expand Down

0 comments on commit e84ffc2

Please sign in to comment.