check for invalid appids passed to commands

This commit is contained in:
Felix C. Stegerman 2021-04-03 01:34:38 +02:00
parent 380f3b2e9f
commit 3e557a1a8a
No known key found for this signature in database
GPG key ID: B218FF2C27FC6CC6
5 changed files with 36 additions and 13 deletions

View file

@ -68,6 +68,7 @@ def main():
if options.appid:
vercodes = common.read_pkg_args(options.appid, True)
common.get_metadata_files(vercodes) # only check appids
apks = {appid: None for appid in vercodes}
# Get the signed APK with the highest vercode