mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2026-03-13 08:00:02 +08:00
Dumb typo
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user