diff --git a/ganga/GangaLHCb/Lib/RTHandlers/GaudiExecRTHandlers.py b/ganga/GangaLHCb/Lib/RTHandlers/GaudiExecRTHandlers.py index 1820706a3e..04a0bfad1c 100755 --- a/ganga/GangaLHCb/Lib/RTHandlers/GaudiExecRTHandlers.py +++ b/ganga/GangaLHCb/Lib/RTHandlers/GaudiExecRTHandlers.py @@ -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,