silence noisy oauth2client helpers

This commit is contained in:
Jay Lee
2017-01-24 14:49:37 -05:00
parent e2cf769b20
commit 2d997fb046

View File

@ -251,8 +251,8 @@ def validate_file(filename):
raise IOError(_SYM_LINK_MESSAGE.format(filename))
elif os.path.isdir(filename):
raise IOError(_IS_DIR_MESSAGE.format(filename))
elif not os.path.isfile(filename):
warnings.warn(_MISSING_FILE_MESSAGE.format(filename))
#elif not os.path.isfile(filename):
# warnings.warn(_MISSING_FILE_MESSAGE.format(filename))
def _parse_pem_key(raw_key_input):