Skip to content

Commit

Permalink
some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mesmith75 committed Apr 12, 2024
1 parent 2c7a60f commit 284342f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ganga/GangaLHCb/Lib/RTHandlers/GaudiExecRTHandlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,9 @@ def flush_streams(pipe):
print("Executing: %s" % '###COMMAND###'+' '+' '.join(sys.argv[1:]))
###VIRTUALIZATION###
# Execute the actual command on the WN
# NB os.system caused the entire stream to be captured before being streamed in some cases
pipe = subprocess.Popen('###COMMAND###'+' '+' '.join(sys.argv[1:]), shell=True,
Expand Down

0 comments on commit 284342f

Please sign in to comment.