Commit 336ec028 authored by Michal Čihař's avatar Michal Čihař

Revert "Reraise the original exception to debug Travis failure"

This reverts commit e81e2bf4.
parent e81e2bf4
...@@ -233,7 +233,6 @@ class MachineTranslation(object): ...@@ -233,7 +233,6 @@ class MachineTranslation(object):
self.request_url, self.request_url,
self.request_params, self.request_params,
) )
raise
raise MachineTranslationError('{}: {}'.format( raise MachineTranslationError('{}: {}'.format(
exc.__class__.__name__, exc.__class__.__name__,
str(exc) 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