Skip to content

Commit

Permalink
debug env
Browse files Browse the repository at this point in the history
  • Loading branch information
TorecLuik committed May 8, 2024
1 parent 05716a6 commit 38f77af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions biomero/slurm_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,7 @@ def run_commands(self, cmdlist: List[str],
logger.info(
f"Running commands, with env {env} and sep {sep} \
and {kwargs}: {cmd}")
result = self.run(["env"])
result = self.run(cmd, env=env, **kwargs) # out_stream=out_stream,

try:
Expand Down

0 comments on commit 38f77af

Please sign in to comment.