Fix syntax error (missing closing parens) from prior commit. :-(

This commit is contained in:
Greg Neagle
2016-04-11 16:24:48 -07:00
parent cdf27e4e4e
commit 38b7eedddb
@@ -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'