@@ -1948,7 +1948,7 @@ class PolicyGroup(OpenShiftCLI):
return False
- elif '\"%s\" not found' % self.config.config_options['name']['value'] in results['stderr']:
+ elif self.config.config_options['name']['value'] in results['stderr'] and '" not found' in results['stderr']:
return results
@@ -1947,7 +1947,7 @@ class PolicyUser(OpenShiftCLI):
@@ -89,7 +89,7 @@ class PolicyGroup(OpenShiftCLI):
@@ -88,7 +88,7 @@ class PolicyUser(OpenShiftCLI):