aws/aws-encryption-sdk-cli
Wrong formatting in the deprecated python warning
Aperta
#357 aperta il 20 gen 2023
good first issuemaintenance
Metriche repository
- Star
- (81 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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.