mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Fix normal arrow
This commit is contained in:
parent
62f0f7bfc5
commit
e724ff7c93
@ -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]:
|
||||
|
Loading…
Reference in New Issue
Block a user