mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
except named exception handling
This commit is contained in:
parent
af38f151a2
commit
5ca182a20d
6 changed files with 10 additions and 10 deletions
|
|
@ -800,7 +800,7 @@ def read_metadata(xref=True):
|
|||
for appid, app in apps.iteritems():
|
||||
try:
|
||||
description_html(app.Description, linkres)
|
||||
except MetaDataException, e:
|
||||
except MetaDataException as e:
|
||||
raise MetaDataException("Problem with description of " + appid +
|
||||
" - " + str(e))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue