trbs / pid

Pidfile featuring stale detection and file-locking, can also be used as context-manager or decorator
https://pypi.python.org/pypi/pid/
Apache License 2.0
102 stars 26 forks source link

atexit registration is never done #24

Closed rasup closed 5 years ago

rasup commented 5 years ago

The registration is done here but since self._is_setup is always True it is never called (setup() is called as the first step in create()).

trbs commented 5 years ago

Please check the patch, also included a test to make sure we can spot regressions in the future.

rasup commented 5 years ago

Looks good. Thanks!

trbs commented 5 years ago

FYI Released v2.2.4 to pypi :-) https://pypi.org/project/pid/