summaryrefslogtreecommitdiffstats
path: root/src/software/lmi/software/core/IdentityFileCheck.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/software/lmi/software/core/IdentityFileCheck.py')
-rw-r--r--src/software/lmi/software/core/IdentityFileCheck.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/software/lmi/software/core/IdentityFileCheck.py b/src/software/lmi/software/core/IdentityFileCheck.py
index 665d822..cc8204e 100644
--- a/src/software/lmi/software/core/IdentityFileCheck.py
+++ b/src/software/lmi/software/core/IdentityFileCheck.py
@@ -939,8 +939,7 @@ def file_check2model(file_check, keys_only=True, model=None, job=None):
raise TypeError("file_check must be an instance of FileCheck")
if model is None:
- model = pywbem.CIMInstanceName("LMI_SoftwareIdentityFileCheck",
- namespace="root/cimv2")
+ model = util.new_instance_name("LMI_SoftwareIdentityFileCheck")
if not keys_only:
model = pywbem.CIMInstance("LMI_SoftwareIdentityFileCheck",
path=model)