aws/aws-encryption-sdk-cli
Wrong formatting in the deprecated python warning
オープン
#357 opened on 2023/01/20
good first issuemaintenance
Repository metrics
- Stars
- (81 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
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.