Skip to content

Update get_intermediate_file method to use "with" context to return open file handles

LeVon Smoker requested to merge (removed):master into master

This puts the cache_file.open() calls inside a "with..as.." to handle the @contextmanager on the CachePartitionFile.open() method. getintermediatefile.patch

Merge request reports