From 5a6ab34565fa3d783337a68e07e3500361c8fcf5 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 4 Mar 2019 00:06:32 +0100 Subject: o PartDB: don't die if the directory exist *and* is empty. Ninja creates empty parent directories. o PartDB: escape some path names. o new comamnd: "ninja". Generates a build.ninja from a sch. Not done! --- src/ee/xml/bom_file_utils.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ee/xml') diff --git a/src/ee/xml/bom_file_utils.py b/src/ee/xml/bom_file_utils.py index 8ef76e0..d1f8be9 100644 --- a/src/ee/xml/bom_file_utils.py +++ b/src/ee/xml/bom_file_utils.py @@ -3,6 +3,7 @@ from typing import List, Optional from ee.xml import bomFile, indexFile __all__ = [ + "facts", "find_root_tag", "find_pn", "find_dpn", -- cgit v1.2.3