mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
typo in error message
This commit is contained in:
parent
6698db48d9
commit
87e38e9ff1
@ -79,7 +79,7 @@ def getTypeName(classTypeDesc, typeDesc):
|
||||
return 'types.NoneType'
|
||||
|
||||
else:
|
||||
FFIConstants.notify.error("Unknown atomicType: " + typeDesc.atomicType)
|
||||
FFIConstants.notify.error("Unknown atomicType: %s" % (typeDesc.atomicType))
|
||||
|
||||
# If the type is an enum, we really want to treat it like an int
|
||||
# To handle this, the type will have __enum__ in the name
|
||||
|
Loading…
x
Reference in New Issue
Block a user