Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: If a transform function was provided, don't recompile it
This helps when the transform function uses it's own cache mechanism, e.g. gramex.cache.open, and has its own cache. This ensures that the same transform does not cause a new cache to be created.
- Loading branch information