mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix uninitialized attributes.
This commit is contained in:
committed by
Martin Kosek
parent
ccde115421
commit
5700920627
@@ -178,6 +178,7 @@ class WSGIExecutioner(Executioner):
|
||||
Base class for execution backends with a WSGI application interface.
|
||||
"""
|
||||
|
||||
content_type = None
|
||||
key = ''
|
||||
|
||||
def set_api(self, api):
|
||||
|
||||
Reference in New Issue
Block a user