Skip to content

xenv: wait for the subprocess to end after a KeyboardInterrupt

Marco Clemencic requested to merge clemenci/Gaudi:GAUDI-1101 into master

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.

Merge request reports