Fix a long line.
authorBrian Dolbec <dolsen@gentoo.org>
Sat, 1 Jun 2013 06:33:15 +0000 (23:33 -0700)
committerBrian Dolbec <dolsen@gentoo.org>
Tue, 4 Jun 2013 15:52:42 +0000 (08:52 -0700)
catalyst/targets/netboot2.py

index 65886430d264b48c1146874f3ef2d1f229089af5..59c82a9e00f96018d1095ac5083d51154c0d1557 100644 (file)
@@ -138,7 +138,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"] \