mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -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'
|
return 'types.NoneType'
|
||||||
|
|
||||||
else:
|
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
|
# 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
|
# To handle this, the type will have __enum__ in the name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user