[general] black code some more
This commit is contained in:
parent
526560ea54
commit
bc382e67d3
3 changed files with 12 additions and 2 deletions
|
@ -34,7 +34,9 @@ class Module(core.module.Module):
|
|||
|
||||
def update(self):
|
||||
self.__error = False
|
||||
code, result = util.cli.execute("checkupdates", ignore_errors=True, return_exitcode=True)
|
||||
code, result = util.cli.execute(
|
||||
"checkupdates", ignore_errors=True, return_exitcode=True
|
||||
)
|
||||
|
||||
if code == 0:
|
||||
self.__packages = len(result.split("\n"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue