mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-14 02:50:12 +01:00
update: fix crash in debug logging message
This commit is contained in:
parent
1e9406778f
commit
4430d8b01c
@ -550,7 +550,7 @@ def scan_repo_files(apkcache, repodir, knownapks, use_date_from_file=False):
|
||||
continue
|
||||
filename = os.path.join(repodir, name)
|
||||
if filename.endswith('_src.tar.gz'):
|
||||
logging.debug('skipping source tarball:', filename)
|
||||
logging.debug('skipping source tarball: ' + filename)
|
||||
continue
|
||||
if not common.is_repo_file(filename):
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user