1
0
mirror of https://github.com/kakwa/ldapcherry synced 2025-02-22 02:18:21 +01:00
kakwa baa3430e63 fix test and exception handling in code
With python 2 it was possible to do exception[0][...] to recover
details about an exception.
It's no longer authorized with python 3.
Now, we must do something like exception.args or exception.urls.
fortunately this syntax also works with python 2.
So we use it for both.
2019-02-09 17:12:39 +01:00
..
2017-01-24 03:06:48 +01:00
2019-02-07 20:55:50 +01:00
2015-07-05 22:48:24 +02:00