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
EDIT: It seems namedtuple compares equal to a bare tuple as long as the content is the same - maybe we should do the same. Easiest way to achieve that would just be remove our custom __eq__ implementation.
This is because the
ExitCode
was changed from simple tuple to a class inv1.2.0
which now causesyaml.dump
to exceptwill raise
The text was updated successfully, but these errors were encountered: