mirror of
https://github.com/munki/munki.git
synced 2026-05-06 20:39:30 -05:00
Fix syntax error (missing closing parens) from prior commit. :-(
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user