xenv: wait for the subprocess to end after a KeyboardInterrupt
Compare changes
+ 9
− 3
@@ -231,7 +231,14 @@ class Script(object):
@@ -247,4 +254,4 @@ class Script(object):
\ No newline at end of file
A KeyboardInterrupt is trapped by xenv
and ignored (an error message is printed) so that it can wait for the subprocess to complete.
Fixes GAUDI-1101.