mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-05-29 19:20:09 +02:00
Fix BatchErrorContinuation message initialization
This commit is contained in:
parent
a7a3b958d0
commit
1ae87789ef
@ -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