Merge pull request #309 from kelp/kelp-arch-update-fix
Return 0 as an int rather than a string.
This commit is contained in:
commit
d2795fd99b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class Module(bumblebee.engine.Module):
|
|||
packages.pop()
|
||||
|
||||
return len(packages)
|
||||
return '0'
|
||||
return 0
|
||||
|
||||
def utilization(self, widget):
|
||||
return 'Update Arch: {}'.format(self.packages)
|
||||
|
|
Loading…
Reference in a new issue