Skip to content

Nonfatal empty journal

Karel Koci requested to merge nonfatal-empty-journal into master

This makes empty journal non-fatal to updater.

It makes no sense to have it fatal when no journal is not. Just clean it and continue as always. This also fixes updater execution if there is some journal. We check and rescue it but if it is empty then that kills updater. That is not what we want. We want to run updater to potentially create new journal.

Merge request reports