Fix normal arrow

This commit is contained in:
Joscha 2021-05-22 20:44:59 +00:00
parent 62f0f7bfc5
commit e724ff7c93

View File

@ -51,6 +51,7 @@ class NormalRule(Rule):
if left_parts:
return None
path_parts.reverse()
return PurePath(*path_parts)
def transform(self, path: PurePath) -> Union[PurePath, bool]: