From 41ef0f36168e63842cd4b6a43f7bf3a81f0b972d Mon Sep 17 00:00:00 2001 From: Guillaume Raffy Date: Mon, 31 Jan 2022 21:59:47 +0100 Subject: [PATCH] minor improvements made while making cluster status page work with dummy cluster data --- cocluto/ClusterController/QueueMachine.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cocluto/ClusterController/QueueMachine.py b/cocluto/ClusterController/QueueMachine.py index 1b521ab..f3daee0 100644 --- a/cocluto/ClusterController/QueueMachine.py +++ b/cocluto/ClusterController/QueueMachine.py @@ -17,6 +17,8 @@ class QueueMachine: self.m_numSlots = None self.m_numUsedSlots = None self.m_fCpuLoad = None + self.m_stateFlags = 0 + self.m_strDisableMessage = '' def getName( self ): """ returns the name of the machine queue (such as allintel.q@simpatix10)