From 6e0002914c3efb262f55cb250a0627b40659ccbf Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Tue, 17 Mar 2009 18:59:06 +0000 Subject: [PATCH] on branch. --- pcucontrol/models/IPAL.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pcucontrol/models/IPAL.py b/pcucontrol/models/IPAL.py index 758beae..1f52190 100644 --- a/pcucontrol/models/IPAL.py +++ b/pcucontrol/models/IPAL.py @@ -100,6 +100,8 @@ class IPAL(PCUControl): elif status == '0': # down power_on = False + elif status == '6': + raise ExceptionPort("IPAL reported 'Cable Error' on %s socket %s : %s" % (self.host, node_port, ret)) else: raise Exception("Unknown status for PCU %s socket %s : %s" % (self.host, node_port, ret)) else: @@ -128,6 +130,8 @@ class IPAL(PCUControl): elif status == '0': # down power_on = False + elif status == '6': + raise ExceptionPort("IPAL reported 'Cable Error' on %s socket %s : %s" % (self.host, node_port, ret)) else: raise Exception("Unknown status for PCU %s socket %s : %s" % (self.host, node_port, ret)) else: -- 2.43.0