mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-14 11:00:10 +01:00
fix bad caching of non-APK files in the repo
Silly mistake in 07ce948809
This commit is contained in:
parent
8147f92355
commit
d54ad41938
@ -565,7 +565,8 @@ def scan_repo_files(apkcache, repodir, knownapks, use_date_from_file=False):
|
||||
usecache = True
|
||||
else:
|
||||
logging.debug("Ignoring stale cache data for " + name)
|
||||
elif not usecache:
|
||||
|
||||
if not usecache:
|
||||
logging.debug("Processing " + name)
|
||||
repo_file = {}
|
||||
# TODO rename apkname globally to something more generic
|
||||
|
Loading…
Reference in New Issue
Block a user