Florian 2 weeks ago committed by GitHub
commit c4675ed953
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -460,7 +460,7 @@ class APK(CLIMgr):
def list_installed(self):
rc, out, err = module.run_command([self._cli, 'info', '-v'])
if rc != 0 or err:
if rc != 0:
raise Exception("Unable to list packages rc=%s : %s" % (rc, err))
return out.splitlines()

Loading…
Cancel
Save