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
If a function has @switches(foo=False) and calls another function which also has that decorator, the patches get messed up and you can end up with the wrong value. Didn't dig into it much, but in this case was getting a truthy value when it should've been False.
The text was updated successfully, but these errors were encountered:
If a function has
@switches(foo=False)
and calls another function which also has that decorator, the patches get messed up and you can end up with the wrong value. Didn't dig into it much, but in this case was getting a truthy value when it should've been False.The text was updated successfully, but these errors were encountered: