From b54e9f3c9dfd73864dfaea76da464dc5453aa494 Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Fri, 31 May 2013 23:33:15 -0700 Subject: [PATCH] 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 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"] \ -- 2.26.2