Commit caf77c1f authored by Michal Čihař's avatar Michal Čihař

Reraise original exception to debug test failure on travis

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent f84ee008
......@@ -233,6 +233,7 @@ class MachineTranslation(object):
self.request_url,
self.request_params,
)
raise
raise MachineTranslationError('{}: {}'.format(
exc.__class__.__name__,
str(exc)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment