Commit 2348617
committed
The format_exc method does not take an exception
For py35, this call blows up. Seems to be ignored for py27, but
even in py27, it doesn't take an exception.
https://docs.python.org/2.7/library/traceback.html
https://docs.python.org/3/library/traceback.html
Change-Id: I2602426b966045b15b96e5e41d0df6524ed051191 parent 56150de commit 2348617
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments