Closed wenyikuang closed 10 months ago
Ok, yeah, I thought we had it throw an error on the project validation step if the output directory exists. There's some nuance to it because you may want to run postprocessing on a run that's already done. Ultimately, we do want to have some sort of error if you're trying to overwrite existing results.
Ok, make sense. Thanks for elaboration. Close it.
If we run buildstock_local for same yml file twice. It will raise the
FileExistsError
.I will fix it later.