mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
Only catch metadata exceptions from description_html
This commit is contained in:
parent
d5b06ec008
commit
4ffa13167e
1 changed files with 1 additions and 1 deletions
|
|
@ -497,7 +497,7 @@ def read_metadata(xref=True):
|
|||
for app in apps:
|
||||
try:
|
||||
description_html(app['Description'], linkres)
|
||||
except Exception, e:
|
||||
except MetaDataException, e:
|
||||
raise MetaDataException("Problem with description of " + app['id'] +
|
||||
" - " + str(e))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue