Open linted opened 7 years ago
should we remove the isfile check on the private and public keys? instead we can encapsulate the with open in a try except. thoughts?
with open
try except
should we remove the isfile check on the private and public keys? instead we can encapsulate the
with open
in atry except
. thoughts?