Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use os.getenv() instead of os.environ
If ECDSAP256SHA256_SUPPORTED or ECDSAP384SHA384_SUPPORTED variables were not present in the environment, os.environ would raise KeyError that is not being handled in the decorator. Use os.getenv() instead.
- Loading branch information