Fixed little bug
Missed a function call in a69f4d3fd91958e2fdbc94e661bae10ba1d7f139.
This commit is contained in:
parent
58f374e175
commit
3789742cc8
@ -77,7 +77,7 @@ class Manager(List, Find):
|
|||||||
assert isinstance(some_path, pathlib.PurePath), \
|
assert isinstance(some_path, pathlib.PurePath), \
|
||||||
'some_path should be a PurePath, not %r' % some_path
|
'some_path should be a PurePath, not %r' % some_path
|
||||||
|
|
||||||
for varname, path in replacements:
|
for varname, path in self._path_replacements():
|
||||||
replacement = self.PurePlatformPath(path)
|
replacement = self.PurePlatformPath(path)
|
||||||
try:
|
try:
|
||||||
relpath = some_path.relative_to(replacement)
|
relpath = some_path.relative_to(replacement)
|
||||||
|
Reference in New Issue
Block a user