update
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2
.CondaPkg/env/Lib/json/encoder.py
vendored
2
.CondaPkg/env/Lib/json/encoder.py
vendored
@@ -174,7 +174,7 @@ class JSONEncoder(object):
|
||||
else:
|
||||
return list(iterable)
|
||||
# Let the base class default method raise the TypeError
|
||||
return JSONEncoder.default(self, o)
|
||||
return super().default(o)
|
||||
|
||||
"""
|
||||
raise TypeError(f'Object of type {o.__class__.__name__} '
|
||||
|
||||
Reference in New Issue
Block a user