You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python3 deprecates encoding option on json.dumps and defaults to UTF8.
The existing try didn't work since the plugin wrapper
doesn't call json.dumps until after except statement in line 41.
0 commit comments