Auto merge of #2997 - micbou:fix-shutdown-request-init, r=puremourning
[READY] Fix shutdown request init Error found by [LGTM](https://lgtm.com/projects/g/Valloric/YouCompleteMe/alerts/?mode=list). <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/2997) <!-- Reviewable:end -->
This commit is contained in:
commit
2d04c411e9
@ -29,7 +29,7 @@ TIMEOUT_SECONDS = 0.1
|
||||
|
||||
class ShutdownRequest( BaseRequest ):
|
||||
def __init__( self ):
|
||||
super( BaseRequest, self ).__init__()
|
||||
super( ShutdownRequest, self ).__init__()
|
||||
|
||||
|
||||
def Start( self ):
|
||||
|
Loading…
Reference in New Issue
Block a user