YouCompleteMe/python/ycm/client
Val Markovic c91130f280 Not depending on exception internals
We used to read the `message` attribute; that breaks on py3. The
standard idiom is to just use `str( exception )` to get the message.
2016-03-01 19:30:02 -08:00
..
tests Futurize pass + manual fixes 2016-02-27 16:12:44 -08:00
__init__.py A (barely) working version of ycmd + client 2013-10-07 11:03:26 -07:00
base_request.py Support multiline exception message 2016-03-01 19:29:21 -08:00
command_request.py Not depending on exception internals 2016-03-01 19:30:02 -08:00
completer_available_request.py Consistent handling of ServerError exceptions 2016-02-28 19:23:40 -08:00
completion_request.py Consistent handling of ServerError exceptions 2016-02-28 19:23:40 -08:00
event_notification.py Consistent handling of ServerError exceptions 2016-02-28 19:23:40 -08:00
omni_completion_request.py Futurize pass + manual fixes 2016-02-27 16:12:44 -08:00
ycmd_keepalive.py Futurize pass + manual fixes 2016-02-27 16:12:44 -08:00