chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e94067
)
update: fix crash in debug logging message
author
Hans-Christoph Steiner
<hans@eds.org>
Wed, 15 Mar 2017 13:23:19 +0000
(14:23 +0100)
committer
Hans-Christoph Steiner
<hans@eds.org>
Wed, 15 Mar 2017 13:23:37 +0000
(14:23 +0100)
fdroidserver/update.py
patch
|
blob
|
history
diff --git
a/fdroidserver/update.py
b/fdroidserver/update.py
index 8b2612e3906aec475e994b6fc8440ce32be776bc..5189633cc70bafbfb13438f11ce2cfd364870b32 100644
(file)
--- a/
fdroidserver/update.py
+++ b/
fdroidserver/update.py
@@
-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