do not show error message when it's not a exception
authorBoris Bobrov <breton@cynicmansion.ru>
Tue, 23 Feb 2016 01:03:27 +0000 (04:03 +0300)
committerBoris Bobrov <breton@cynicmansion.ru>
Tue, 23 Feb 2016 01:03:27 +0000 (04:03 +0300)
commit5eaf6c1120d9d14b0ea8b5393abb331871b9d96e
treeb92576dec53fc25d0e901089c9ebb1e0893f1510
parent7dcdc2dcc679560cbd85ae704ee9d27b94b6a85a
do not show error message when it's not a exception

Gah, the previous patch was not enough! We cannot use text, we can only
use exception with a special attribute.

Lets return safe None for now an resolve this properly later, when we're
not in the freeze.
mediagoblin/db/mixin.py