summaryrefslogtreecommitdiffstats
path: root/tools/xmlGenerator/domainGenerator.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xmlGenerator/domainGenerator.py')
-rwxr-xr-xtools/xmlGenerator/domainGenerator.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/xmlGenerator/domainGenerator.py b/tools/xmlGenerator/domainGenerator.py
index 3e840f0..427c8d5 100755
--- a/tools/xmlGenerator/domainGenerator.py
+++ b/tools/xmlGenerator/domainGenerator.py
@@ -304,7 +304,8 @@ if __name__ == "__main__":
# Import each standalone domain files
for domain_file in args.xml_domain_files:
logging.info("Importing single domain file {}".format(domain_file))
- ok, error = pfw.importSingleDomainXml(os.path.realpath(domain_file), False)
+ ok, error = pfw.importSingleDomainXml(os.path.realpath(domain_file),
+ False, True, True)
if not ok:
logging.critical(error)
exit(1)