commit:     276c6969c79c810b059f525dd218b6b6271a967a
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  1 06:33:15 2013 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Thu Feb 26 19:15:20 2015 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=276c6969

Fix a long line.

---
 catalyst/targets/netboot2.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/catalyst/targets/netboot2.py b/catalyst/targets/netboot2.py
index acffb05..b492e6a 100644
--- a/catalyst/targets/netboot2.py
+++ b/catalyst/targets/netboot2.py
@@ -137,7 +137,8 @@ class netboot2(StageBase):
                                        # we're going to shell out for all 
these cleaning operations,
                                        # so we get easy glob handling
                                        print "netboot2: removing " + x
-                                       os.system("rm -rf " + 
self.settings["chroot_path"] + self.settings["merge_path"] + x)
+                                       os.system("rm -rf " + 
self.settings["chroot_path"] +
+                                               self.settings["merge_path"] + x)
 
        def empty(self):
                if "autoresume" in self.settings["options"] \

Reply via email to