mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Fixed error message for setImage
Former-commit-id: db0c38d865463048c6bb039c173e02ea685ae36e
This commit is contained in:
parent
7a51c3e4ac
commit
089120fe9d
@ -270,7 +270,7 @@ PyObject* Effect::wrapSetImage(PyObject *self, PyObject *args)
|
||||
}
|
||||
else
|
||||
{
|
||||
PyErr_SetString(PyExc_RuntimeError, "Length of bytearray argument should be 3*ledCount");
|
||||
PyErr_SetString(PyExc_RuntimeError, "Length of bytearray argument should be 3*width*height");
|
||||
return nullptr;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user