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 --> |
||
---|---|---|
.. | ||
ycm | ||
test_requirements.txt |