mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fixed try/except/finally for Python 2.4 compatability
This commit is contained in:
parent
8dc21d6f30
commit
5fad455ff4
@ -102,6 +102,7 @@ class WSGIExecutioner(Executioner):
|
|||||||
result = None
|
result = None
|
||||||
error = None
|
error = None
|
||||||
_id = None
|
_id = None
|
||||||
|
try:
|
||||||
try:
|
try:
|
||||||
self.create_context(ccache=environ.get('KRB5CCNAME'))
|
self.create_context(ccache=environ.get('KRB5CCNAME'))
|
||||||
if (
|
if (
|
||||||
|
Loading…
Reference in New Issue
Block a user