Skip to content

Add option to delete output directory with user prompt if it exists

Archit Tamarapu requested to merge qol-add-output-deletion into main

When using the processing scripts, if the output directories exist, an error is raised prompting the user to manually remove them.

This is often frustrating when debugging a test setup, this MR adds a QoL improvement with a new configuration key intended for development use.

For further safety, the user is prompted to confirm the deletion before it occurs.

Merge request reports

Loading