Guest User

Untitled

a guest
Dec 14th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. $ nosetests
  2. .Exception in thread Thread-2:
  3. Traceback (most recent call last):
  4. File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
  5. self.run()
  6. File "/usr/local/lib/python2.7/dist-packages/watchdog-0.5.4-py2.7.egg/watchdog/observers/api.py", line 188, in run
  7. self.on_thread_exit()
  8. File "/usr/local/lib/python2.7/dist-packages/watchdog-0.5.4-py2.7.egg/watchdog/observers/inotify.py", line 726, in on_thread_exit
  9. self._inotify.close()
  10. File "/usr/local/lib/python2.7/dist-packages/watchdog-0.5.4-py2.7.egg/watchdog/observers/inotify.py", line 507, in close
  11. self._remove_all_watches()
  12. File "/usr/local/lib/python2.7/dist-packages/watchdog-0.5.4-py2.7.egg/watchdog/observers/inotify.py", line 640, in _remove_all_watches
  13. Inotify._raise_error()
  14. File "/usr/local/lib/python2.7/dist-packages/watchdog-0.5.4-py2.7.egg/watchdog/observers/inotify.py", line 664, in _raise_error
  15. raise OSError(os.strerror(_errnum))
  16. OSError: Invalid argument
  17.  
  18.  
  19. ----------------------------------------------------------------------
  20. Ran 1 test in 1.085s
  21.  
  22. OK
Add Comment
Please, Sign In to add comment