Skip to content

Commit

Permalink
more print outs to check command from runner
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 committed Jun 6, 2024
1 parent 0685ca8 commit 9252b79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hnn_core/parallel_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ def run_subprocess(command, obj, timeout, proc_queue=None, *args, **kwargs):

try:
logger.info(f"Parallel backends Popen")
print(command)
proc = Popen(command, stdin=PIPE,
stdout=PIPE,
stderr=PIPE,
Expand Down

0 comments on commit 9252b79

Please sign in to comment.