2
0
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:
Jarrod Johnson
2025-04-10 15:49:30 -04:00
parent 056bd21394
commit 406f61715f
2 changed files with 2 additions and 2 deletions

View File

@@ -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"""

View File

@@ -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')