From 87e38e9ff115ed60432943547482d95dd08a87df Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 16 Nov 2004 19:07:21 +0000 Subject: [PATCH] typo in error message --- direct/src/ffi/FFIOverload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/ffi/FFIOverload.py b/direct/src/ffi/FFIOverload.py index fb2b7bdb4c..102f1231bf 100644 --- a/direct/src/ffi/FFIOverload.py +++ b/direct/src/ffi/FFIOverload.py @@ -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