commit:     12c9f2e5ce7b9d918149f7564f8c7d72b07d93e2
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 15:14:35 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 15:14:35 2024 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=12c9f2e5

$(/%&/(&%(%$(/&= tab errors

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 catalyst/targets/diskimage_stage2.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/catalyst/targets/diskimage_stage2.py 
b/catalyst/targets/diskimage_stage2.py
index 154b36c5..f0e56f9e 100644
--- a/catalyst/targets/diskimage_stage2.py
+++ b/catalyst/targets/diskimage_stage2.py
@@ -71,8 +71,8 @@ class diskimage_stage2(StageBase):
         clear_dir(self.settings['target_path'])
 
     def run_local(self):
-       # let's first start with the controller file
-       StageBase.run_local(self)
+        # let's first start with the controller file
+        StageBase.run_local(self)
 
         # what modules do we want to blacklist?
         if "diskimage/modblacklist" in self.settings:

Reply via email to