diff --git a/code/apps/Managed Software Center/Managed Software Center/MunkiItems.py b/code/apps/Managed Software Center/Managed Software Center/MunkiItems.py index 74fa5dc1..1da9931a 100644 --- a/code/apps/Managed Software Center/Managed Software Center/MunkiItems.py +++ b/code/apps/Managed Software Center/Managed Software Center/MunkiItems.py @@ -900,7 +900,7 @@ class OptionalItem(GenericItem): else: # not in managed_uninstalls if not self.get('needs_update'): if (self.get('uninstallable') - and self.get('uninstall_method'): + and self.get('uninstall_method')): status = u'installed' else: # not uninstallable status = u'installed-not-removable'