Pass make codecheck.

This commit is contained in:
Bob Lantz
2010-08-17 00:02:30 -07:00
parent 52082ff3f9
commit b7097daad4
2 changed files with 2 additions and 4 deletions
-1
View File
@@ -293,7 +293,6 @@ class CLI( Cmd ):
self.waitForNode( node )
else:
error( '*** Unknown command: %s\n' % first )
# pylint: enable-msg=W0613,R0201