diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2018-03-29 14:02:49 -0700 |
---|---|---|
committer | Ross Brattain <ross.b.brattain@intel.com> | 2018-03-29 21:55:31 +0000 |
commit | 0a7f7b98a6a93a02d4949974d01610081720cc87 (patch) | |
tree | 6bdcdf2f053f96780843086f949f77909d3ef4d0 /test-requirements.txt | |
parent | 374a6caf766c0503f114a83cc20144f72b10ab45 (diff) |
don't print exceptions in atexit handler
atexit handler calls terminate_all after the regular python execution
path, and it looks like the traceback stack is None somehow.
In this context log.debug("", exc_info=True) doesn't work
it prints out NoneType on Python3 and
causes other problems on Python2.7
remove the exc_info=True from the logging call
JIRA: YARDSTICK-1107
Change-Id: Ida0a0ced7ff5e017e2f8608880e3bb531724af95
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Diffstat (limited to 'test-requirements.txt')
0 files changed, 0 insertions, 0 deletions