mirror of
https://github.com/powerline/powerline.git
synced 2025-07-25 23:05:32 +02:00
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:
|
else:
|
||||||
LF.write(s)
|
LF.write(s)
|
||||||
|
|
||||||
|
child.close(force=True)
|
||||||
|
|
||||||
check_call([
|
check_call([
|
||||||
os.path.join('tests', 'shell', 'path', 'python'),
|
os.path.join('tests', 'shell', 'path', 'python'),
|
||||||
os.path.join('tests', 'test_shells', 'postproc.py'),
|
os.path.join('tests', 'test_shells', 'postproc.py'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user