aws/aws-encryption-sdk-cli
Wrong formatting in the deprecated python warning
Aberta
#357 aberto em 20 de jan. de 2023
good first issuemaintenance
Métricas do repositório
- Stars
- (81 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
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.