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 c1d8d68 commit 34e08efCopy full SHA for 34e08ef
1 file changed
find-project-root/src/find_project_root/api.py
@@ -16,4 +16,3 @@ def find_project_root(path=None, max_depth=9, markers=None):
16
parent = os.path.dirname(current_dir)
17
if parent == current_dir : break # at fs root
18
current_dir = parent
19
- return None
0 commit comments