Commit 2d43e96
mbirger
Fix logging of non-serializable object (Python 2)
Direct call of __repr__ method causes Python failure in Python 2.
Actual code works only in Python 3.
repr() call works in both Python 2/3.1 parent 5b11195 commit 2d43e96
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
0 commit comments