GetDetailedDiagnostic actually takes 2 params
The Completer class version of the func only took 1 by mistake.
This commit is contained in:
parent
ce96a47098
commit
5b76bcf8b7
@ -242,7 +242,7 @@ class Completer( object ):
|
||||
return []
|
||||
|
||||
|
||||
def GetDetailedDiagnostic( self ):
|
||||
def GetDetailedDiagnostic( self, request_data ):
|
||||
pass
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user