This commit is contained in:
Willy-JL
2023-08-10 02:18:22 +02:00
92 changed files with 2125 additions and 938 deletions
+3 -1
View File
@@ -59,7 +59,9 @@ def extract_abs_dir_path(node):
if abs_dir_node is None:
raise StopError(f"Can't find absolute path for {node.name}")
return abs_dir_node.abspath
# Don't return abspath attribute (type is str), it will break in
# OverrideEnvironment.subst_list() by splitting path on spaces
return abs_dir_node
def path_as_posix(path):