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
This is problematic because Python's JSON libraries return unicode objects. I ran into this issue when trying to marshall objects derived from a Link-only M/R job, but I imagine this will show up elsewhere as well. My attempt at a patch is in a9fea18 .