Fix some pylint messages.

This commit is contained in:
Bob Lantz
2013-06-25 20:26:06 -07:00
parent 538a856c2f
commit 33e39a2471
5 changed files with 13 additions and 17 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ def makeTerm( node, title='Node', term='xterm', display=None ):
def runX11( node, cmd ):
"Run an X11 client on a node"
display, tunnel = tunnelX11( node )
_display, tunnel = tunnelX11( node )
popen = node.popen( cmd )
return [ tunnel, popen ]