Follow-up for commit 0e9f3d1b46

This patch addresses minor comment given in the commit
0e9f3d1b46

Change-Id: Ifa439779a22ef61f91cc79bd8f964c1d1a27758c
This commit is contained in:
Shivanand Tendulker 2018-09-18 08:11:07 -04:00
parent 8ac17b2f84
commit 5d5e784e94
2 changed files with 2 additions and 2 deletions

View File

@ -1934,7 +1934,7 @@ class RISOperations(rest.RestConnectorBase, operations.IloOperations):
if unsupported_settings:
msg = ("Could not apply settings as one or more settings are"
" not supported. Unsupported settings are %s."
"Supported settings are %s." % (
" Supported settings are %s." % (
unsupported_settings,
constants.SUPPORTED_BIOS_PROPERTIES))
raise exception.IloError(msg)

View File

@ -1155,7 +1155,7 @@ class RedfishOperations(operations.IloOperations):
if unsupported_settings:
msg = ("Could not apply settings as one or more settings are"
" not supported. Unsupported settings are %s."
"Supported settings are %s." % (
" Supported settings are %s." % (
unsupported_settings,
ilo_cons.SUPPORTED_REDFISH_BIOS_PROPERTIES))
raise exception.IloError(msg)