parent
fc2772aba0
commit
2830e21bc2
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ class TestPyclipperExecute(TestCase):
|
|||
assert result == path
|
||||
|
||||
def check_pypolynode(self, node):
|
||||
self.assertTrue(len(node.Contour) is 0 or len(node.Contour) > 2)
|
||||
self.assertTrue(len(node.Contour) == 0 or len(node.Contour) > 2)
|
||||
|
||||
# check vertex coordinate, should not be an iterable (in that case
|
||||
# that means that node.Contour is a list of paths, should be path
|
||||
|
|
|
|||
Loading…
Reference in a new issue