melexis / sphinx-coverity-extension

Sphinx plugin to generate Coverity defects report or table in reStructuredText documentation. Coverity report is then personally styled while data integrity is guaranteed.
GNU General Public License v3.0
5 stars 2 forks source link

Fail more gracefully when password or user name are not entered #14

Closed Letme closed 5 years ago

Letme commented 5 years ago

Before we threw and exception but #13 told us we need to fail more gracefully and not stop the build. This now does not stop the build, but prints the fail exception.

I have increased the level of Suds logger (fixed increase) so now Errors are not polluting UI with suds messages (very useful with debugging, but I don't think end users will like it).