Topic: Bug: Validate then generate fails to continue
Hi Mr Popov
Possibly a bug and a minor inconvenience - if your settings file is set to validate then generate, but there are no collections in the input folder, the process stops.
input = ./collections/
validate_then_generate = true
Stops with message: There are no loaded collection records!
If you set validate then generate to false, but leave your input directory defined (not commented out), it still stops, saying there are no collections available.
input = ./collections/
validate_then_generate = false
Stops with message: There are no loaded collection records!
;;input = ./collections/
validate_then_generate = false
Continues to generate normally
Currently, you'd have to generate a collection first, then go back and change the settings file to include it in a validate then generate workflow.
If there are no collections available to re-validate, can it just continue to generate a new collection instead of stopping?
Thanks.