mirror of
https://github.com/containers/crun.git
synced 2026-02-06 00:46:06 +01:00
The number of arguments in the format string passed to `PyArg_ParseTupleAndKeywords` did not match the number of entries in `kwlist`, resulting in an error when trying to pass non-mandatory arguments such as `detach`. Signed-off-by: Mattéo Delabre <git.matteo@delab.re>