summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2018-02-19 11:55:10 -0600
committerRaptor Engineering Development Team <support@raptorengineering.com>2019-04-19 10:28:12 +0000
commit5a6be4bf4a770861168ad510c89c382d5fa2b882 (patch)
treee262f62c6343c6c76437804a28038108670e9e28
parent5b0b18c9894d2ed73fedf15c83b5df670fe790fe (diff)
downloadblackbird-skeleton-5a6be4bf4a770861168ad510c89c382d5fa2b882.tar.gz
blackbird-skeleton-5a6be4bf4a770861168ad510c89c382d5fa2b882.zip
Fix corner case where IPL status observer was throwing exception
-rw-r--r--pyiplobserver/ipl_status_observer.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyiplobserver/ipl_status_observer.py b/pyiplobserver/ipl_status_observer.py
index 5329a7c..2d4b84a 100644
--- a/pyiplobserver/ipl_status_observer.py
+++ b/pyiplobserver/ipl_status_observer.py
@@ -110,6 +110,8 @@ class IPLStatus(DbusProperties, DbusObjectManager):
sbe_istep_minor = 0
hostboot_istep_major = 0
hostboot_istep_minor = 0
+ current_istep_major = 0
+ current_istep_minor = 0
if (self.activateMonitoring == False):
# Publish offline status
OpenPOWER on IntegriCloud