aws/aws-encryption-sdk-cli

Wrong formatting in the deprecated python warning

开放

#357 创建于 2023年1月20日

 (0 条评论) (0 个反应) (0 位负责人)Python (42 个派生)auto 404
good first issuemaintenance

仓库指标

星标
 (81 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南