Force destroying child after everything was done
Normally this line should not do anything useful.
This commit is contained in:
parent
b7c7d29aa0
commit
678faed4c2
|
@ -108,6 +108,8 @@ def main():
|
|||
else:
|
||||
LF.write(s)
|
||||
|
||||
child.close(force=True)
|
||||
|
||||
check_call([
|
||||
os.path.join('tests', 'shell', 'path', 'python'),
|
||||
os.path.join('tests', 'test_shells', 'postproc.py'),
|
||||
|
|
Loading…
Reference in New Issue