adapter_macro should use return #635
Labels
bug
Something isn't working
good_first_issue
Straightforward + self-contained changes, good for new contributors!
Milestone
Presently,
adapter_macro
does some munging to pick the correct macro given the active profile. This works reasonably well, but fails in the case when the underlying macro returns a value. The call stack looks likeMacro #2 converts all results to text, so non-text (eg. list, dict, number) results are mangled. This can be fixed by using the
return
function hereThe text was updated successfully, but these errors were encountered: