aws/aws-encryption-sdk-cli

Wrong formatting in the deprecated python warning

オープン

#357 opened on 2023/01/20

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Python (42 件のフォーク)auto 404
good first issuemaintenance

Repository metrics

Stars
 (81 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Problem:

https://github.com/aws/aws-encryption-sdk-cli/blob/5fc460ec800e7f712e9574be672ef04bdafcc307/src/aws_encryption_sdk_cli/compatability.py#L38

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.

コントリビューターガイド