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
Sourcery suggested a nifty Python refactoring to move from nested for loops to using itertools.product
The bug is that the 2nd set of key/values should also be wrapped in parentheses like domain_key and domain_v are. When doing the refactoring those were left out and caused an error.