forked from p15670423/monkey
island: Fix typo in ConfigurationImport error logging
This commit is contained in:
parent
8a673cc76c
commit
57f35f9045
|
@ -76,7 +76,7 @@ class ConfigurationImport(flask_restful.Resource):
|
||||||
return json.loads(config)
|
return json.loads(config)
|
||||||
except (JSONDecodeError, InvalidCiphertextError):
|
except (JSONDecodeError, InvalidCiphertextError):
|
||||||
logger.exception(
|
logger.exception(
|
||||||
"Exception encountered when trying " "to extract plaintext configuraiton."
|
"Exception encountered when trying to extract plaintext configuration."
|
||||||
)
|
)
|
||||||
raise InvalidConfigurationError
|
raise InvalidConfigurationError
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue