pearcetm / svs-deidentifier

Strip potentially identifying label and macro images from Aperio SVS whole slide image files
MIT License
26 stars 4 forks source link

To do: interrupt copy process if user closes app window while in progress #1

Open pearcetm opened 4 years ago

pearcetm commented 4 years ago

If a long list of files is being processed and the user closes the app window, the python process will continue running until complete (with no indication that this is happening), which is not intuitive behavior. If the user closes the window, the thread doing the copying should be interrupted and the partially-copied file cleaned up.