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
On running ./watcher.py start, python is returning the following SyntaxError:
./watcher.py start
File "./watcher.py", line 62 except OSError, e: ^ SyntaxError: invalid syntax
Python version: 3.7.3 python-pyinotify version: 0.9.6 python-yaml version: 5.1
The text was updated successfully, but these errors were encountered:
I suppose it's time to update this package a bit :)
Sorry, something went wrong.
#26
No branches or pull requests
On running
./watcher.py start
, python is returning the following SyntaxError:Python version: 3.7.3
python-pyinotify version: 0.9.6
python-yaml version: 5.1
The text was updated successfully, but these errors were encountered: