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

TypeError: add_watch() got an unexpected keyword argument 'watch_mask' #90

Open
andlf opened this issue Aug 3, 2021 · 0 comments
Open

Comments

@andlf
Copy link

andlf commented Aug 3, 2021

add_watch() got an unexpected keyword argument 'watch_mask'
but arguments are:
def add_watch(
self, path: str, event_mask: InotifyMasks = None
if i call
wm = WatchManager()
wm.add_watch(H264PATH, event_mask=InotifyMasks.IN_CLOSE_WRITE, recursive=True)
then:
AttributeError
module 'trio' has no attribute 'hazmat'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant