From f558cfa7f0442f83a371c581d91aa78881094a9d Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Thu, 9 Oct 2008 21:56:56 -1000 Subject: [PATCH] Call run() method once we create InstRoot. --- src/pylorax/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pylorax/__init__.py b/src/pylorax/__init__.py index 6f3f0a43..d9d117cc 100644 --- a/src/pylorax/__init__.py +++ b/src/pylorax/__init__.py @@ -74,6 +74,7 @@ class Lorax: arch=self.getBuildArch(), treedir=self.treedir, updates=self.updates) + self.instroot.run() def showVersion(self, driver=None): """showVersion(driver)