tox-dev / filelock

A platform-independent file lock for Python.
https://py-filelock.readthedocs.io
The Unlicense
760 stars 107 forks source link

Fix `TypeError: _CountedFileLock.__init__() got an unexpected keyword argument 'timeout'` #345

Closed kwist-sgr closed 4 months ago

kwist-sgr commented 4 months ago

Reason

Fixed an issue with the BaseFileLock subclass when the __init__ method signature changes

Issues

Related PRs