From 54b010cad1ea0a536ed037bf315a04dd1c079964 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Fri, 30 Mar 2012 12:44:51 +0200 Subject: [PATCH] Fix extra whitespace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sorry, didn't catch this before⦠Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: René Nussbaumer <rn@google.com> --- lib/cmdlib.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/cmdlib.py b/lib/cmdlib.py index 02f1f51aa..fa01b2079 100644 --- a/lib/cmdlib.py +++ b/lib/cmdlib.py @@ -11160,7 +11160,6 @@ class LUInstanceSetParams(LogicalUnit): self.LogWarning("Could not remove metadata for disk %d on node %s," " continuing anyway: %s", idx, pnode, msg) - def Exec(self, feedback_fn): """Modifies an instance. -- GitLab