Catch import error when text is used as a reason instead of path
authorBoris Bobrov <breton@cynicmansion.ru>
Tue, 23 Feb 2016 00:57:00 +0000 (03:57 +0300)
committerBoris Bobrov <breton@cynicmansion.ru>
Tue, 23 Feb 2016 00:57:00 +0000 (03:57 +0300)
commit7dcdc2dcc679560cbd85ae704ee9d27b94b6a85a
tree2549c48e72c6646ca6a71a529363f97ae0845b88
parent1fe6f5d6d78c4e6f55820614b54be6562265ffa3
Catch import error when text is used as a reason instead of path

fail_error was used in import, but due to some changes text could appear
there and it caused an error.

There is little sense now to remove these text messages because they are
probably in databases already, so just ignore import errors.
mediagoblin/db/mixin.py