Commit e8149e5
fix: incorrect usage of traceback.format_exc function
Exception was passed to traceback.format_exc which is incorrect and it caused `TypeError: '>=' not supported between instances of 'HTTPError' and 'int'` error.1 parent 0dccaa5 commit e8149e5
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
| 245 | + | |
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| |||
0 commit comments