We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3abea62 commit f5d9204Copy full SHA for f5d9204
asciidtype/asciidtype/src/dtype.c
@@ -16,6 +16,7 @@ get_value(PyObject *scalar)
16
PyErr_SetString(
17
PyExc_TypeError,
18
"Can only store ASCII text in a ASCIIDType array.");
19
+ return NULL;
20
}
21
22
else if (scalar_type != ASCIIScalar_Type) {
0 commit comments