We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf40099 commit cb37965Copy full SHA for cb37965
tests/test_texture.py
@@ -41,4 +41,4 @@ def testPathVsName(self):
41
self.assertEqual(texture.image_name, 'test2')
42
43
texture.path = "some/path"
44
- self.assertEqual(texture.path, 'some/path')
+ self.assertEqual(texture.path, str(Path('some/path')))
0 commit comments