We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Polling doesnt' work at all. I edited fsmonitor/__init__.py to force use of polling.py and all test fail on Linux and w32, Python 2.7 and 3.5:
fsmonitor/__init__.py
polling.py
test1.py Traceback (most recent call last): File "test1.py", line 11, in <module> assert test.event_happened(FSEvent.Create, "x") AssertionError test2.py Traceback (most recent call last): File "test2.py", line 12, in <module> assert test.event_happened(FSEvent.Create, "x") AssertionError test3.py Traceback (most recent call last): File "test3.py", line 10, in <module> assert False, "Expected exception" AssertionError: Expected exception
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Polling doesnt' work at all. I edited
fsmonitor/__init__.py
to force use ofpolling.py
and all test fail on Linux and w32, Python 2.7 and 3.5:The text was updated successfully, but these errors were encountered: