mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-07-20 01:42:37 +02:00
Fix normal arrow
This commit is contained in:
@@ -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]:
|
||||
|
Reference in New Issue
Block a user