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 0573e6f commit 5c46700Copy full SHA for 5c46700
decouple.py
@@ -219,7 +219,7 @@ def _find_file(self, path):
219
220
# search the parent
221
parent = os.path.dirname(path)
222
- if parent and os.path.normcase(parent) != os.path.normcase(os.path.abspath(os.sep)):
+ if parent and os.path.normcase(parent) != os.path.normcase(path):
223
return self._find_file(parent)
224
225
# reached root without finding any files.
0 commit comments