pj now normalize path.

This commit is contained in:
Matthieu Gautier
2024-03-25 16:59:00 +01:00
parent 944eedcf56
commit f42999199a

View File

@ -13,7 +13,9 @@ from collections import namedtuple, defaultdict
from kiwixbuild._global import neutralEnv, option
pj = os.path.join
def pj(*args):
return os.path.normpath(os.path.join(*args))
COLORS = {