mozilla/fathom

Remove use of `os.kill()` from `fathom-vectorize`

danielhertenstein opened this issue · 0 comments

fathom-vectorize uses os.kill() to shut itself down when an error occurs during vectorization or when a user keyboard interrupts the program during vectorization. This is because Firefox does not exit when geckodriver is terminated. @danielhertenstein is working on this geckodriver bug, and will likely fix this issue after he is done with that.