diff --git a/python/ycm/client/command_request.py b/python/ycm/client/command_request.py index bdfe5b42..11909746 100644 --- a/python/ycm/client/command_request.py +++ b/python/ycm/client/command_request.py @@ -108,7 +108,7 @@ class CommandRequest( BaseRequest ): try: vimsupport.ReplaceChunks( chunks ) except RuntimeError as e: - vimsupport.PostMultiLineNotice( e.message ) + vimsupport.PostMultiLineNotice( str( e ) ) def _HandleBasicResponse( self ):