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 a79c171 commit 0487a06Copy full SHA for 0487a06
pylsp/plugins/symbols.py
@@ -91,7 +91,7 @@ def pylsp_document_symbols(config, document):
91
else:
92
continue
93
94
- if _include_def(d) and Path(document.path) == d.module_path:
+ if _include_def(d) and Path(document.path) == Path(d.module_path):
95
tuple_range = _tuple_range(d)
96
if tuple_range in exclude:
97
0 commit comments