summaryrefslogtreecommitdiff
path: root/trollius/futures.py
diff options
context:
space:
mode:
Diffstat (limited to 'trollius/futures.py')
-rw-r--r--trollius/futures.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/trollius/futures.py b/trollius/futures.py
index 4d4e20f..746124b 100644
--- a/trollius/futures.py
+++ b/trollius/futures.py
@@ -371,7 +371,7 @@ class Future(object):
if exc_tb is not None:
self._exception_tb = exc_tb
exc_tb = None
- elif self._loop.get_debug() and not six.PY3:
+ elif not six.PY3:
self._exception_tb = sys.exc_info()[2]
self._state = _FINISHED
self._schedule_callbacks()