Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kqueue.py implementation using removed path_for_inode method #436

Closed
endform opened this issue Mar 2, 2018 · 0 comments
Closed

kqueue.py implementation using removed path_for_inode method #436

endform opened this issue Mar 2, 2018 · 0 comments

Comments

@endform
Copy link

endform commented Mar 2, 2018

This issue is occurring in 0.8.3. A simple search of the code shows kqueue.py using the now non-existent method.

Exception in thread Thread-4:
Traceback (most recent call last):
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 810, in __bootstrap_inner
    self.run()
  File "/SNIP/watchdog-0.8.3-py2-none-any.whl/watchdog/observers/api.py", line 146, in run
    self.queue_events(self.timeout)
  File "/SNIP/watchdog-0.8.3-py2-none-any.whl/watchdog/observers/kqueue.py", line 695, in queue_events
    new_snapshot)
  File "/SNIP/watchdog-0.8.3-py2-none-any.whl/watchdog/observers/kqueue.py", line 630, in _queue_renamed
    new_snapshot.path_for_inode(ref_stat_info.st_ino))
AttributeError: 'DirectorySnapshot' object has no attribute 'path_for_inode'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants