misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
ca2becd9ce
commit
40c01db1d1
@ -82,7 +82,7 @@ def on_internet_available(agent):
|
||||
if info['url'] is not None:
|
||||
to_install.append(info)
|
||||
|
||||
if len(to_install) > 0 & & OPTIONS['install']:
|
||||
if len(to_install) > 0 and OPTIONS['install']:
|
||||
logging.info("[update] TODO: install %d updates" % len(to_install))
|
||||
|
||||
logging.info("[update] done")
|
||||
|
Loading…
x
Reference in New Issue
Block a user