Index: nixysa/pod_binding.py |
=================================================================== |
--- nixysa/pod_binding.py (révision 66) |
+++ nixysa/pod_binding.py (copie de travail) |
@@ -438,7 +438,7 @@ |
_wstring_from_npvariant_template = string.Template(""" |
${type} ${variable}; |
-if (!NPVARIANT_IS_STRING(${input}) { |
+if (!NPVARIANT_IS_STRING(${input})) { |
${success} = false; |
*error_handle = "Error in " ${context} |
": was expecting a string."; |