mirror of https://github.com/OpenKMIP/PyKMIP.git
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…
Reference in New Issue