cevoaustralia / aws-google-auth

Provides AWS STS credentials based on Google Apps SAML SSO auth (what a jumble!)
MIT License
537 stars 181 forks source link

Fix exception logging #177

Closed asmgf closed 2 years ago

asmgf commented 4 years ago

Currently the following is logged:

Traceback (most recent call last):
  File "/usr/lib/python2.7/logging/__init__.py", line 868, in emit
    msg = self.format(record)
  File "/usr/lib/python2.7/logging/__init__.py", line 741, in format
    return fmt.format(record)
  File "/usr/lib/python2.7/logging/__init__.py", line 465, in format
    record.message = record.getMessage()
  File "/usr/lib/python2.7/logging/__init__.py", line 329, in getMessage
    msg = msg % self.args
TypeError: not all arguments converted during string formatting
Logged from file google.py, line 114
coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 49.104% when pulling 12b08aff5fd4f86f9c091d3da7c95607f6d76473 on asmgf:patch-1 into b5ee2478b04e3f5db8777e201663635006fcf93b on cevoaustralia:master.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 49.104% when pulling 12b08aff5fd4f86f9c091d3da7c95607f6d76473 on asmgf:patch-1 into b5ee2478b04e3f5db8777e201663635006fcf93b on cevoaustralia:master.