chiark / gitweb /
metadata: fix crash when there are duplicate metadata files
authorHans-Christoph Steiner <hans@eds.org>
Thu, 25 Jan 2018 09:02:13 +0000 (10:02 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Fri, 26 Jan 2018 09:18:42 +0000 (10:18 +0100)
commit099c98bc6019c6a4f42a6db37a7c278def993a21
tree83170992eeeb5c50aac9fa2af37189c5d2d3712f
parentd3caf094216ba5e69b8abc2774f09ad24018cfb7
metadata: fix crash when there are duplicate metadata files

The string had the variable 'appid' while the format() call had only the
variable 'path'.  This also standardizes on 'appid' like the rest of the
code.
fdroidserver/metadata.py