From ea36bc45a194d69c8272b1af13914b88dc87ddb6 Mon Sep 17 00:00:00 2001 From: Ross Brattain Date: Thu, 29 Mar 2018 22:52:54 +0000 Subject: Update git submodules * Update docs/submodules/yardstick from branch 'master' - Merge "don't print exceptions in atexit handler" - 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 --- docs/submodules/yardstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules') diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index 0cfb41345..f19016b39 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit 0cfb413451484e311ad5d3e956f3bb9c52f6978e +Subproject commit f19016b39b828f648a66adc305cce17f5146e922 -- cgit 1.2.3-korg