mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-08 10:21:05 +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
|
continue
|
||||||
filename = os.path.join(repodir, name)
|
filename = os.path.join(repodir, name)
|
||||||
if filename.endswith('_src.tar.gz'):
|
if filename.endswith('_src.tar.gz'):
|
||||||
logging.debug('skipping source tarball:', filename)
|
logging.debug('skipping source tarball: ' + filename)
|
||||||
continue
|
continue
|
||||||
if not common.is_repo_file(filename):
|
if not common.is_repo_file(filename):
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue