2
0
mirror of https://github.com/openkmip/pykmip synced 2025-12-15 07:43:26 +00:00

Fixed typos

This commit is contained in:
Wyllys Ingersoll
2014-09-11 18:15:52 -04:00
parent aa300b256c
commit ceaff6d7ac
3 changed files with 7 additions and 6 deletions

View File

@@ -265,7 +265,7 @@ class KMIPImpl(KMIP):
object_group_member, attributes)
return LocateResult(ResultStatus(RS.SUCCESS), uuids=uuids)
except NotImplementedError:
msg = ResultMessage('Locate Operation Not Supported'))
msg = ResultMessage('Locate Operation Not Supported')
reason = ResultReason(ResultReasonEnum.OPERATION_NOT_SUPPORTED)
return LocateResult(ResultStatus(RS.OPERATION_FAILED),
result_reason=reason,