pep8: Fix E121 continuation line indentation is not a multiple of four
This commit is contained in:
+2
-2
@@ -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 = ''
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user