From ab0b932fe370296ae4e993d834b0d9c4fe92f3c5 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 7 Nov 2020 13:49:54 -0500 Subject: [PATCH] Lint: E125 continuation line with same indent as next logical line --- node-daemon/pvcnoded/VMInstance.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/node-daemon/pvcnoded/VMInstance.py b/node-daemon/pvcnoded/VMInstance.py index 280b02d1..8b5c4c55 100644 --- a/node-daemon/pvcnoded/VMInstance.py +++ b/node-daemon/pvcnoded/VMInstance.py @@ -662,11 +662,11 @@ class VMInstance(object): # Conditional pass one - Are we already performing an action if self.instart is False \ - and self.inrestart is False \ - and self.inmigrate is False \ - and self.inreceive is False \ - and self.inshutdown is False \ - and self.instop is False: + and self.inrestart is False \ + and self.inmigrate is False \ + and self.inreceive is False \ + and self.inshutdown is False \ + and self.instop is False: # Conditional pass two - Is this VM configured to run on this node if self.node == self.this_node.name: # Conditional pass three - Is this VM currently running on this node