Closed ischwarz3 closed 7 months ago
I noticed that the eqa/sound/tick.wav and eqa/sound/tock.wav are being deleted from the source directory after eqalert runs.
eqa/sound/tick.wav
eqa/sound/tock.wav
Appears to be caused by a move instead of a copy https://github.com/mgeitz/eqalert/blob/17187f03378b33e61f56396af6e8ef4ddd1d702e/eqa/eqalert.py#L110-L115
move
copy
I noticed that the
eqa/sound/tick.wav
andeqa/sound/tock.wav
are being deleted from the source directory after eqalert runs.Appears to be caused by a
move
instead of acopy
https://github.com/mgeitz/eqalert/blob/17187f03378b33e61f56396af6e8ef4ddd1d702e/eqa/eqalert.py#L110-L115