зеркало из https://github.com/mozilla/bugbug.git
Fix the custom JSON encoder (#3047)
This commit is contained in:
Родитель
8375552949
Коммит
af3ec68910
|
@ -300,7 +300,7 @@ class CustomJsonEncoder(json.JSONEncoder):
|
|||
except (ValueError, IndexError, AttributeError, TypeError):
|
||||
pass
|
||||
|
||||
return super().default(self, obj)
|
||||
return super().default(obj)
|
||||
|
||||
|
||||
class ExpQueue:
|
||||
|
|
Загрузка…
Ссылка в новой задаче