Fix BatchErrorContinuation message initialization

This commit is contained in:
Spencer Jackson 2015-12-10 12:33:53 -05:00
parent a7a3b958d0
commit 1ae87789ef
1 changed files with 1 additions and 1 deletions

View File

@ -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)