mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
Fix normal arrow
This commit is contained in:
parent
62f0f7bfc5
commit
e724ff7c93
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue