ONSdigital / dp-python-tools

Simple reusable python resources for digital publishing.
MIT License
1 stars 0 forks source link

return path on save #32

Closed mikeAdamss closed 7 months ago

mikeAdamss commented 8 months ago

What

Updated the store to return the Path to where it just saved a file.

Needed to said file paths can be passed along where (for example) they're being used in the transform pipeline.

Because it takes a regex as an argument, without returning the path its hard to know exactly where we saved the file and as what name, hence this.

How to review

Sanity check

Who can review

Anyone