mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-06-28 09:44:23 +02:00
Merge pull request #108 from spencerjackson/bug/fix-BatchErrorContinuationOption-enum
Fix BatchErrorContinuation message initialization
This commit is contained in:
commit
2e56e2ef5b
@ -240,7 +240,7 @@ class BatchErrorContinuationOption(Enumeration):
|
|||||||
|
|
||||||
def __init__(self, value=None):
|
def __init__(self, value=None):
|
||||||
super(BatchErrorContinuationOption, self).__init__(
|
super(BatchErrorContinuationOption, self).__init__(
|
||||||
BatchErrorContinuationOption, value,
|
enums.BatchErrorContinuationOption, value,
|
||||||
enums.Tags.BATCH_ERROR_CONTINUATION_OPTION)
|
enums.Tags.BATCH_ERROR_CONTINUATION_OPTION)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user