diff options
-rw-r--r-- | libmount/python/context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/python/context.c b/libmount/python/context.c index 6d82e1432..982414d01 100644 --- a/libmount/python/context.c +++ b/libmount/python/context.c @@ -90,7 +90,7 @@ static int Context_init(ContextObjext *self, PyObject *args, PyObject *kwds) "source", "target", "fstype", "options", "mflags", "fstype_pattern", "options_pattern", "fs", "fstab", - "optsmode" + "optsmode", NULL }; if (!PyArg_ParseTupleAndKeywords( |