Skip to content

Fix batch_publication+unsupported_cache combo

Yoann Schneider requested to merge fix-helper-log-batch-pub into master

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

Merge request reports

Loading