Fix batch_publication+unsupported_cache combo
Closes #370 (closed)
The issue came out from the combination of the batch_publication
and unsupported_cache
decorators. When both were used, the function passed to unsupported_cache
was the wrapper
from batch_publication
.
We simply needed to propagate the initial function name in the batch_publication
wrapper.
Edited by Eva Bardou