diff --git a/kmip/core/messages/contents.py b/kmip/core/messages/contents.py index dbe64da..5ec632c 100644 --- a/kmip/core/messages/contents.py +++ b/kmip/core/messages/contents.py @@ -240,7 +240,7 @@ class BatchErrorContinuationOption(Enumeration): def __init__(self, value=None): super(BatchErrorContinuationOption, self).__init__( - BatchErrorContinuationOption, value, + enums.BatchErrorContinuationOption, value, enums.Tags.BATCH_ERROR_CONTINUATION_OPTION)