Skip to content

Commit

Permalink
Print sudoenv
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Oct 2, 2023
1 parent 07f3f71 commit 4d73bec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jarvis_util/shell/local_exec.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def __init__(self, cmd, exec_info):
self.cwd = exec_info.cwd

# Create the command
print(exec_info.sudoenv)
cmd = self.smash_cmd(cmd, self.sudo, self.basic_env, exec_info.sudoenv)
self.cmd = cmd
if self.jutil.debug_local_exec:
Expand Down

0 comments on commit 4d73bec

Please sign in to comment.