aws/aws-encryption-sdk-cli
Wrong formatting in the deprecated python warning
Offen
#357 geöffnet am 20.01.2023
good first issuemaintenance
Repository-Metriken
- Stars
- (81 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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.