Files
freeipa/ipalib
Petr Viktorin 88ac1c1616 Rename caught exception for use outside the except: block.
In Python 3, the variable with the currently handled exception is unset
at the end of the except block. (This is done to break reference
cycles, since exception instances now carry tracebacks, which contain
all locals.)

Fix this in baseldap's error handler.

Use a simpler structure for the ipatests.raises utility that only uses the
exception inside the except block.

Reviewed-By: Tomas Babej <tbabej@redhat.com>
2015-10-13 14:16:32 +02:00
..
2015-08-12 18:17:23 +02:00
2015-09-01 11:42:01 +02:00
2015-09-01 11:42:01 +02:00
2015-08-12 18:17:23 +02:00
2015-09-30 10:51:36 +02:00
2015-10-07 10:27:20 +02:00
2015-08-12 18:17:23 +02:00
2015-09-30 10:51:36 +02:00
2015-10-07 10:27:20 +02:00
2015-10-07 10:27:20 +02:00
2015-10-13 14:16:32 +02:00