test(): close the pipe, just to shut up Purify.
This commit is contained in:
parent
93d29b6895
commit
bd8a91198d
|
@ -49,6 +49,7 @@ def test():
|
|||
break
|
||||
continue
|
||||
print 'Heh?'
|
||||
p.close()
|
||||
|
||||
test()
|
||||
|
||||
|
|
Loading…
Reference in New Issue