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
|
break
|
||||||
continue
|
continue
|
||||||
print 'Heh?'
|
print 'Heh?'
|
||||||
|
p.close()
|
||||||
|
|
||||||
test()
|
test()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue