Fix the misspelling of "except"
Change-Id: I9298c5c9271e35a855eae8920e6c58f9c6c5ed45
This commit is contained in:
parent
2dcdc531e6
commit
2000340c4a
@ -62,6 +62,6 @@ class ExpNvramStore(NoopNvramStore):
|
||||
|
||||
:param instance: The nova instance object OR instance UUID.
|
||||
"""
|
||||
# Raise excpetion. This is to ensure delete does not fail
|
||||
# Raise exception. This is to ensure delete does not fail
|
||||
# despite an exception being raised
|
||||
raise Exception('Error')
|
||||
|
Loading…
Reference in New Issue
Block a user