pstapers-acheron
Results
1
issues of
pstapers-acheron
Inner-for-loop-variables are not accessible when a pass_context function is called from within a forloop. As example, take the following pass_context-function. ``` @pass_context def apply_prefix(context, value, **kwargs): ``` When the above...