mirror of
https://opendev.org/x/pyghmi
synced 2026-01-10 18:22:32 +00:00
Reword error message for clarity
Change-Id: Idc3c582023655782a21b2915fdd915ffc58636ad
This commit is contained in:
@@ -352,7 +352,7 @@ class OEMHandler(object):
|
||||
|
||||
def reseat_bay(self, bay):
|
||||
raise exc.UnsupportedFunctionality(
|
||||
'Bay reseat not supported on this platform')
|
||||
'Full reseat not supported on this platform')
|
||||
|
||||
def get_graphical_console(self):
|
||||
"""Get graphical console launcher"""
|
||||
|
||||
@@ -1290,4 +1290,4 @@ class OEMHandler(object):
|
||||
|
||||
def reseat_bay(self, bay):
|
||||
raise exc.UnsupportedFunctionality(
|
||||
'Bay reseat not supported on this platform')
|
||||
'Full reseat not supported on this platform')
|
||||
|
||||
Reference in New Issue
Block a user