typo in error message

This commit is contained in:
David Rose 2004-11-16 19:07:21 +00:00
parent 6698db48d9
commit 87e38e9ff1

View File

@ -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