fix repeating paths for skipped files (#3203)
fixing the fix from e3260293
This commit is contained in:
@@ -218,7 +218,7 @@ class PathFormat():
|
||||
if self.path[-1] == ".":
|
||||
self.path = self.path[:-1]
|
||||
self.temppath = self.realpath = self.realpath[:-1]
|
||||
elif not self.path:
|
||||
elif not self.temppath:
|
||||
self.build_path()
|
||||
return True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user