summaryrefslogtreecommitdiff
path: root/ironic/drivers/modules/irmc/inspect.py
diff options
context:
space:
mode:
Diffstat (limited to 'ironic/drivers/modules/irmc/inspect.py')
-rw-r--r--ironic/drivers/modules/irmc/inspect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ironic/drivers/modules/irmc/inspect.py b/ironic/drivers/modules/irmc/inspect.py
index f7c2ad7ba..64708ff9b 100644
--- a/ironic/drivers/modules/irmc/inspect.py
+++ b/ironic/drivers/modules/irmc/inspect.py
@@ -236,7 +236,7 @@ def _inspect_hardware(node, existing_traits=None, **kwargs):
"with the server, please check if you have set them "
"correctly.")
error = (_("Inspection failed for node %(node_id)s "
- "with the following error: %(error)s. (advice)s") %
+ "with the following error: %(error)s. %(advice)s") %
{'node_id': node.uuid, 'error': e, 'advice': advice})
raise exception.HardwareInspectionFailure(error=error)