470518075d
[READY] Fix YcmShowDetailedDiagnostic command on line without diagnostic The `YcmShowDetailedDiagnostic` command raises a `NoneType` exception on a line with no diagnostic; ``` Traceback (most recent call last): File "<string>", line 1, in <module> File "YouCompleteMe/autoload\..\python\ycm\youcompleteme.py", line 663, in ShowDetailedDiagnostic if 'message' in detailed_diagnostic: TypeError: argument of type 'NoneType' is not iterable ``` <!-- 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/3035) <!-- Reviewable:end --> |
||
---|---|---|
.. | ||
client | ||
tests | ||
__init__.py | ||
base.py | ||
buffer.py | ||
diagnostic_filter.py | ||
diagnostic_interface.py | ||
omni_completer.py | ||
paths.py | ||
syntax_parse.py | ||
unsafe_thread_pool_executor.py | ||
vimsupport.py | ||
youcompleteme.py |