mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-07 01:41:06 +03:00
update: fix crash in debug logging message
This commit is contained in:
parent
1e9406778f
commit
4430d8b01c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue