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 0238afd commit c7f3c73Copy full SHA for c7f3c73
test/test_parser.py
@@ -90,6 +90,6 @@ def testMissingParseFunction(self):
90
91
def testMissingParsedFile(self):
92
"Referencing a missing parsed file should raise an exception."
93
- file_name = 'donotexsit.obj'
+ file_name = 'doesnotexist.obj'
94
parser = pywavefront.parser.Parser(prepend_dir(file_name))
95
self.assertRaises(FileNotFoundError, parser.read_file, prepend_dir(file_name))
0 commit comments