Advertisement
cooperlees

Untitled

Jul 11th, 2017
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.09 KB | None | 0 0
  1. ======================================================================
  2. ERROR: test_is_mount (test.test_pathlib.PathTest)
  3. ----------------------------------------------------------------------
  4. Traceback (most recent call last):
  5.   File "C:\projects\cpython\lib\test\test_pathlib.py", line 1887, in test_is_mount
  6.     self.assertFalse((P / 'dirA').is_mount())
  7.   File "C:\projects\cpython\lib\pathlib.py", line 1340, in is_mount
  8.     parent = self.parent()
  9. TypeError: 'WindowsPath' object is not callable
  10. ======================================================================
  11. ERROR: test_is_mount (test.test_pathlib.WindowsPathTest)
  12. ----------------------------------------------------------------------
  13. Traceback (most recent call last):
  14.   File "C:\projects\cpython\lib\test\test_pathlib.py", line 1887, in test_is_mount
  15.     self.assertFalse((P / 'dirA').is_mount())
  16.   File "C:\projects\cpython\lib\pathlib.py", line 1340, in is_mount
  17.     parent = self.parent()
  18. TypeError: 'WindowsPath' object is not callable
  19. ----------------------------------------------------------------------
  20. Ran 394 tests in 0.656s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement