summaryrefslogtreecommitdiffstats
path: root/src/software/openlmi
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2013-04-23 16:23:18 +0200
committerMichal Minar <miminar@redhat.com>2013-04-26 10:18:19 +0200
commitcfcbeb29b9944e2676cc03a85e9c7c5a7e619fa5 (patch)
tree3e8846bfe75630e9e560de6c0141d95c19182b80 /src/software/openlmi
parentd95bfa9e736e9471fa337c8a992516b98d4eb0f4 (diff)
downloadopenlmi-providers-cfcbeb29b9944e2676cc03a85e9c7c5a7e619fa5.tar.gz
openlmi-providers-cfcbeb29b9944e2676cc03a85e9c7c5a7e619fa5.tar.xz
openlmi-providers-cfcbeb29b9944e2676cc03a85e9c7c5a7e619fa5.zip
Revert "Merge branch 'software-indications' of ssh://git.fedorahosted.org/git/openlmi-providers into software-indications"
This reverts commit 0f9da4ac91a0acb2c53d19ca1ec345c07a5043fb, reversing changes made to 217acf2c624b99db7335acb0aa50d92efcb368a8.
Diffstat (limited to 'src/software/openlmi')
-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 77bfbad..acc7ca6 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")