1
Fork 0

ci: fix action

This commit is contained in:
Tibo De Peuter 2026-04-09 15:53:09 +02:00
parent 70facf51cf
commit f6e050dc51
2 changed files with 2 additions and 1 deletions

View file

@ -13,7 +13,7 @@ import re
import sys
from pathlib import Path
ROOT = Path(__file__).parent.parent
ROOT = Path(__file__).resolve().parents[2]
def normalise(name: str) -> str: