summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/software/openlmi/software/core/InstallationService.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/software/openlmi/software/core/InstallationService.py b/src/software/openlmi/software/core/InstallationService.py
index acc7ca6..77bfbad 100644
--- a/src/software/openlmi/software/core/InstallationService.py
+++ b/src/software/openlmi/software/core/InstallationService.py
@@ -605,7 +605,7 @@ def _check_target_and_collection(env, src_type, target, collection):
except pywbem.CIMError as exc:
raise InstallationError(values.Unspecified_Error,
"Target must be either NULL or match managed"
- " computer system: %s", str(exc))
+ " computer system: %s" % str(exc))
if collection:
try:
SystemCollection.check_path(env, collection, "Collection")