mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-28 05:49:33 +00:00
pj
now normalize path.
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user