mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-03-28 20:02:09 -04:00
[checkupdates] make no version information an error
This commit is contained in:
@@ -456,7 +456,7 @@ def checkupdates_app(app):
|
||||
|
||||
updating = False
|
||||
if version is None:
|
||||
logging.warning('no version information found for {appid}'.format(appid=app.id))
|
||||
raise FDroidException(_('no version information found'))
|
||||
elif vercode == app.CurrentVersionCode:
|
||||
logging.debug("...up to date")
|
||||
elif int(vercode) > int(app.CurrentVersionCode):
|
||||
|
||||
Reference in New Issue
Block a user