informatics-isi-edu / synspy

Synaptic segmentation and visualization with fluorescence microscopy
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

User reports 'save progress' isn't working with auto mode #10

Closed karlcz closed 7 years ago

karlcz commented 7 years ago

A user reports that the launcher 'save progress' step isn't uploading changes unless they manually dump via the "shift+D" command in the viewer app.

This suggests the auto-dump mode isn't working.

karlcz commented 7 years ago

For the new synspy-viewer2d I made a more aggressive hack to register a basic Python atexit hook too. This seems to work even when closing the Qt window the hard way. So, I'll add that to the volume viewer too.

karlcz commented 7 years ago

This fix to use atexit.register is now committed for the 3d launcher too.