uhlibraries-digital / carpenters

Digital preservation workflow utility
MIT License
9 stars 2 forks source link

Saving file doesn't work when Carpenters is closed quickly #30

Closed seanlw closed 7 years ago

seanlw commented 7 years ago

Project file doesn't save if the 'Save' menu is selected and Carpenters is closed right away.

This is caused when the exit function is called and doesn't wait for any other function (i.e. save) to finish before exiting. This can cause correction in the save file.

Shorterm: Wait a few seconds after a save before exiting Carpenters