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 c2ad351 commit 950799dCopy full SHA for 950799d
rplugin/python3/acid/pure/__init__.py
@@ -21,7 +21,7 @@ def path_to_ns(path, stop_paths=None):
21
# Look for project.clj
22
for ix, _ in enumerate(path):
23
if os.path.exists(os.path.join(*["/", *path[:ix], "project.clj"])):
24
- raw_path_list = path[ix:]
+ raw_path_list = path[ix+1:]
25
break
26
27
if raw_path_list is None:
0 commit comments