Traceback collision fixed in one more place.

This commit is contained in:
Dmitry Trofimov
2011-02-17 19:50:31 +03:00
parent 314f2c10c9
commit d5492e16c7
+1 -1
View File
@@ -81,7 +81,7 @@ class PyDBFrame:
line = frame.f_lineno
if event == 'exception' and info.pydev_state != STATE_SUSPEND: #and breakpoint is not None:
(exception, value, traceback) = arg
(exception, value, trace) = arg
global exception_set
exception_breakpoint = get_exception_breakpoint(exception, tuple(exception_set), NOTIFY_ALWAYS)