Skip to content
Snippets Groups Projects
Commit 9bfc7c77 authored by Bob Lantz's avatar Bob Lantz Committed by Brian O'Connor
Browse files

Satisfy pylint

parent 045ef7b8
No related branches found
No related tags found
No related merge requests found
......@@ -418,7 +418,8 @@ def iperf( self ):
count = len( consoles )
self.setOutputHook( self.updateGraph )
for console in consoles:
#sometimes iperf -sD doesn't return, so we run it in the background instead
# Sometimes iperf -sD doesn't return,
# so we run it in the background instead
console.node.cmd( 'iperf -s &' )
i = 0
for console in consoles:
......
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