mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 23:40:29 +03:00
Exception handling improvements
* Replace some prints with proper logging messages * Make VCSException as verbose as BuildException, including error output
This commit is contained in:
parent
c64aafaf42
commit
d132adf63c
4 changed files with 47 additions and 46 deletions
|
|
@ -32,8 +32,7 @@ import logging
|
|||
|
||||
import common
|
||||
import metadata
|
||||
from common import BuildException
|
||||
from common import VCSException
|
||||
from common import BuildException, VCSException
|
||||
from metadata import MetaDataException
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue