mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-14 11:00:10 +01:00
Clarify non-auto-update error message
This commit is contained in:
parent
0b31a7a37c
commit
d4d7a9957d
@ -458,7 +458,7 @@ def main():
|
|||||||
latest = build
|
latest = build
|
||||||
|
|
||||||
if 'disable' in latest:
|
if 'disable' in latest:
|
||||||
logging.warn('Skipping %s since the latest build is disabled' % app['id'])
|
logging.warn('Not auto-updating %s since the latest build is disabled' % app['id'])
|
||||||
elif not gotcur:
|
elif not gotcur:
|
||||||
newbuild = latest.copy()
|
newbuild = latest.copy()
|
||||||
if 'origlines' in newbuild:
|
if 'origlines' in newbuild:
|
||||||
|
Loading…
Reference in New Issue
Block a user