GetDetailedDiagnostic actually takes 2 params

The Completer class version of the func only took 1 by mistake.
This commit is contained in:
Strahinja Val Markovic 2013-10-22 13:46:24 -07:00
parent ce96a47098
commit 5b76bcf8b7

View File

@ -242,7 +242,7 @@ class Completer( object ):
return []
def GetDetailedDiagnostic( self ):
def GetDetailedDiagnostic( self, request_data ):
pass