commit | 7f68ec45c2626a8f4f05b45de7852404a37258d7 | [log] [tgz] |
---|---|---|
author | Thomas Bechtold <tbechtold@suse.com> | Fri Jun 30 14:24:52 2017 +0200 |
committer | Thomas Bechtold <tbechtold@suse.com> | Fri Jun 30 14:24:52 2017 +0200 |
tree | 5b8d990392625108a71994cdde2cf287af13f273 | |
parent | 0dbe15993af8359541a6fb19bc5e72797d2e3d42 [diff] |
Fix exception handling in scheduler sys.exc_info() return a tuple with (type, value, traceback) where value is the exception instance. When reraising the exception, value must be used instead of trying to raise the type instance. Change-Id: I6a13dfd275fdc368c7eeff9bf1e0b4dc2b1526bc Story: 2001096 Task: 4757