We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27099ca commit a3a1022Copy full SHA for a3a1022
test/test_python_lsp.py
@@ -175,4 +175,4 @@ async def get_json_reply():
175
t.join(timeout=50)
176
assert not t.is_alive(), f"Worker thread {t} hung!"
177
178
- assert not any(filter(errors))
+ assert not any(filter(bool, errors))
0 commit comments