macropy icon indicating copy to clipboard operation
macropy copied to clipboard

Target lost if macro takes arguments

Open bdarnell opened this issue 10 years ago • 0 comments

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:)

bdarnell avatar Feb 25 '15 02:02 bdarnell