mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
silence noisy oauth2client helpers
This commit is contained in:
@@ -251,8 +251,8 @@ def validate_file(filename):
|
|||||||
raise IOError(_SYM_LINK_MESSAGE.format(filename))
|
raise IOError(_SYM_LINK_MESSAGE.format(filename))
|
||||||
elif os.path.isdir(filename):
|
elif os.path.isdir(filename):
|
||||||
raise IOError(_IS_DIR_MESSAGE.format(filename))
|
raise IOError(_IS_DIR_MESSAGE.format(filename))
|
||||||
elif not os.path.isfile(filename):
|
#elif not os.path.isfile(filename):
|
||||||
warnings.warn(_MISSING_FILE_MESSAGE.format(filename))
|
# warnings.warn(_MISSING_FILE_MESSAGE.format(filename))
|
||||||
|
|
||||||
|
|
||||||
def _parse_pem_key(raw_key_input):
|
def _parse_pem_key(raw_key_input):
|
||||||
|
|||||||
Reference in New Issue
Block a user