fugue / credstash

A little utility for managing credentials in the cloud
Apache License 2.0
2.06k stars 214 forks source link

use IOError instead of FileNotFoundError #288

Closed mike-luminal closed 4 years ago

mike-luminal commented 4 years ago

FileNotFoundError does not exist in Python 2, so fall back to IOError.