aws/aws-encryption-sdk-cli
Wrong formatting in the deprecated python warning
Ouverte
#357 ouverte le 20 janv. 2023
good first issuemaintenance
Métriques du dépôt
- Stars
- (81 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
Problem:
The minimum_version and date seem to have been swapped in the deprecated python warning.
Solution:
Putting the params["date"] before the minimum_version[0] should fix the issue.