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
expand_if_in_registry calls itself recursively when a macro is used with arguments, but it doesn't preserve **kwargs. This means that you cannot use both args and target at the same time (i.e. with mymacro(x) as y:)
The text was updated successfully, but these errors were encountered:
expand_if_in_registry
calls itself recursively when a macro is used with arguments, but it doesn't preserve**kwargs
. This means that you cannot use bothargs
andtarget
at the same time (i.e.with mymacro(x) as y:
)The text was updated successfully, but these errors were encountered: