Skip to content
Snippets Groups Projects
Commit 9a73dcad authored by Brian O'Connor's avatar Brian O'Connor
Browse files

fixed print format in popenpoll

parent b605cf74
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ def pmonitorTest( N=3, seconds=10 ):
endTime = time() + seconds
for h, line in pmonitor( popens, timeoutms=500 ):
if h:
print '%s: %s' % ( h.name, line ),
print '<%s>: %s' % ( h.name, line ),
if time() >= endTime:
for p in popens.values():
p.send_signal( SIGINT )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment