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.
%r
1 parent e8dd582 commit 8a345b9Copy full SHA for 8a345b9
pylsp/_utils.py
@@ -88,7 +88,7 @@ def find_parents(root, path, names):
88
return []
89
90
if not os.path.commonprefix((root, path)):
91
- log.warning("Path %s not in %s", path, root)
+ log.warning("Path %r not in %r", path, root)
92
93
94
# Split the relative by directory, generate all the parent directories, then check each of them.
0 commit comments