summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/python/openlmi/common/JobManager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/openlmi/common/JobManager.py b/src/python/openlmi/common/JobManager.py
index 71c2df9..bb6fed8 100644
--- a/src/python/openlmi/common/JobManager.py
+++ b/src/python/openlmi/common/JobManager.py
@@ -550,7 +550,7 @@ class Job(object):
clsname = "CIM_ManagedElement"
path = pywbem.CIMInstanceName(
classname=clsname,
- namespace=self.job_manager.namespace,
+ namespace=self.job_manager.namespace)
inst = pywbem.CIMInstance(classname=clsname, path=path)
if include_input and self.input_arguments:
for (name, value) in self.input_arguments.iteritems():