summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/tools/bmc_rest_interface/amester_passthrough.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/bmc_rest_interface/amester_passthrough.py b/src/tools/bmc_rest_interface/amester_passthrough.py
index 78d9682..71ec95c 100755
--- a/src/tools/bmc_rest_interface/amester_passthrough.py
+++ b/src/tools/bmc_rest_interface/amester_passthrough.py
@@ -91,6 +91,7 @@ class AMESTER:
raise Exception("Failed to identify OCCs \n" + r.text)
self.occ_list = list(j['data'].keys())
self.occ_list.sort()
+ self.occ_list=self.occ_list[1:]
if not self.occ_list: # No OCC Objects identified on the DBUS, OCCs may not be active
raise Exception("No Active OCCs found! \n")
OpenPOWER on IntegriCloud