You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_get_most_recent_version used to return a tuple of the version and the provider. We changed that at some point to only return a provider, but we apparently missed updating the branch taken if the lock cannot be acquired.
mattsb42-aws
changed the title
_get_most_recent_version does not return the correct value if the lock cannot be acquired
MostRecentProvider._get_most_recent_version does not return the correct value if the lock cannot be acquired
May 14, 2018
_get_most_recent_version
used to return a tuple of the version and the provider. We changed that at some point to only return a provider, but we apparently missed updating the branch taken if the lock cannot be acquired.https://github.com/awslabs/aws-dynamodb-encryption-python/blob/master/src/dynamodb_encryption_sdk/material_providers/most_recent.py#L245-L250
The text was updated successfully, but these errors were encountered: