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
We need to pass the class, not an instance, to check_registration, but I
neglected to address that when moving the check_registration call inside
of Model.__init__. This bug was masked by a bug in check_registration
itself (variable clobbering in a loop).
0 commit comments