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
|
|
@ -89,7 +89,7 @@ def main():
|
|||
logging.info("...successfully verified")
|
||||
verified += 1
|
||||
|
||||
except FDroidException, e:
|
||||
except FDroidException as e:
|
||||
logging.info("...NOT verified - {0}".format(e))
|
||||
notverified += 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue