diff --git a/src/pylorax/__init__.py b/src/pylorax/__init__.py index 01b20f65..4bd1ff52 100644 --- a/src/pylorax/__init__.py +++ b/src/pylorax/__init__.py @@ -304,7 +304,7 @@ class Lorax(BaseLoraxClass): logger.info("populating output tree and building boot images") treebuilder.build() - logger.info("writing .treeinfo") + # write .treeinfo file and we're done treeinfo = TreeInfo(self.product.name, self.product.version, self.product.variant, self.arch.basearch) for section, data in treebuilder.treeinfo_data.items():