From: Brian Dolbec Date: Sat, 1 Jun 2013 06:33:15 +0000 (-0700) Subject: Fix a long line. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=03e6207f398fa4909e2f560c6ddd1cd1c6a025f7;p=catalyst.git Fix a long line. --- diff --git a/catalyst/targets/netboot2.py b/catalyst/targets/netboot2.py index 65886430..59c82a9e 100644 --- a/catalyst/targets/netboot2.py +++ b/catalyst/targets/netboot2.py @@ -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"] \