Dumb typo

This commit is contained in:
adustman
2003-04-21 02:23:06 +00:00
parent 43854cc57e
commit df7d1a0924

View File

@@ -205,7 +205,7 @@ static PyObject *_mysql_server_init(
return NULL;
#if MYSQL_VERSION_ID >= 40000
if (args) {
if (cmd_args) {
if (!PySequence_Check(cmd_args)) {
PyErr_SetString(PyExc_TypeError,
"args must be a sequence");