Skip to content

Commit

Permalink
Fix issue causing failure
Browse files Browse the repository at this point in the history
This was supposed to be fixed with the cherry-pick but I must have done
something wrong.  I expect a conflict on a merge as we pull these things
together.
  • Loading branch information
KSchopmeyer committed May 17, 2018
1 parent 1a4d5c2 commit aee6600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywbem_mock/_wbemconnection_mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ def compile_mof_string(self, mof_str, namespace=None, search_paths=None,
"""

if namespace is None:
namespace = DEFAULT_NAMESPACE
namespace = self.default_namespace

# TODO:ks Future we might be able to use our own MOFWBEMRepository to
# directly insert into our repository instead of copying them
Expand Down

0 comments on commit aee6600

Please sign in to comment.