Correcting minor typo in exception string: Empyt->Empty
This commit is contained in:
parent
7b8af389a9
commit
c31a501066
@ -40,7 +40,7 @@ class ThreeDee():
|
||||
|
||||
self.load(fileob)
|
||||
if not len(self.verts):
|
||||
raise ThreeDeeParseError("Empyt model.")
|
||||
raise ThreeDeeParseError("Empty model.")
|
||||
|
||||
for vector in self.verts:
|
||||
for i in range(3):
|
||||
|
Loading…
x
Reference in New Issue
Block a user