pep8: Fix E121 continuation line indentation is not a multiple of four

This commit is contained in:
Brandon Heller
2012-11-13 15:01:11 -08:00
parent 615ebb7afa
commit 33d548b412
+2 -2
View File
@@ -83,8 +83,8 @@ class Node( object ):
# Make pylint happy # Make pylint happy
( self.shell, self.execed, self.pid, self.stdin, self.stdout, ( self.shell, self.execed, self.pid, self.stdin, self.stdout,
self.lastPid, self.lastCmd, self.pollOut ) = ( self.lastPid, self.lastCmd, self.pollOut ) = (
None, None, None, None, None, None, None, None ) None, None, None, None, None, None, None, None )
self.waiting = False self.waiting = False
self.readbuf = '' self.readbuf = ''