Exception handling improvements

* Replace some prints with proper logging messages
* Make VCSException as verbose as BuildException, including error output
This commit is contained in:
Daniel Martí 2014-07-02 15:30:05 +02:00
parent c64aafaf42
commit d132adf63c
4 changed files with 47 additions and 46 deletions

View file

@ -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