Merge "Remove useless variable"
This commit is contained in:
commit
9ecaa1bbcb
@ -92,7 +92,6 @@ class IronicException(Exception):
|
|||||||
"""
|
"""
|
||||||
_msg_fmt = _("An unknown exception occurred.")
|
_msg_fmt = _("An unknown exception occurred.")
|
||||||
code = http_client.INTERNAL_SERVER_ERROR
|
code = http_client.INTERNAL_SERVER_ERROR
|
||||||
headers = {}
|
|
||||||
safe = False
|
safe = False
|
||||||
|
|
||||||
def __init__(self, message=None, **kwargs):
|
def __init__(self, message=None, **kwargs):
|
||||||
|
Loading…
Reference in New Issue
Block a user