chiark / gitweb /
systemd-python: fix failing assert
[elogind.git] / src / python-systemd / _reader.c
index 059b904de791071f9c449bbfe0f968022f246882..9a19a10219a0c1d93c7494d2538d00d51ffbda08 100644 (file)
@@ -902,7 +902,6 @@ static PyObject* get_catalog(PyObject *self, PyObject *args) {
         sd_id128_t id;
         _cleanup_free_ char *msg = NULL;
 
-        assert(!self);
         assert(args);
 
         if (!PyArg_ParseTuple(args, "z:get_catalog", &id_))