AllenNeuralDynamics / aind-data-asset-indexer

MIT License
0 stars 0 forks source link

Remove redundant `copy_original_md_subdir` from utils #61

Open helen-m-lin opened 1 month ago

helen-m-lin commented 1 month ago

User story

As a developer, I want to remove any redundant copy_original_md_subdir defaults, so that it is easier to maintain the codebase in case of future changes.

Currently, copy_original_md_subdir is set in the job settings and has a default in the utils.copy_then_overwrite_core_json_files method. Remove one of them.

Acceptance criteria

Sprint Ready Checklist

Notes

Add any helpful notes here.