chiark / gitweb /
systemd-python: refuse path and flags together in __init__
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 7 Mar 2013 16:28:44 +0000 (11:28 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 7 Mar 2013 16:29:08 +0000 (11:29 -0500)
commit0eff0f3bce1d0826765f6e84ff046b10fe5a1a12
tree4c02b8cfb44bb2960f9ae9789effe8d3a11641e5
parent17edd81a9d1265952c662d5f49c70895d0ab17d7
systemd-python: refuse path and flags together in __init__

It's better to explictly check, instead of just documenting it.

The return value from init is changed from 1 to -1 on error.
Python seems to ignore 1 every second time. Looks like a bug
in Python, but the return value doesn't seem to be documented
anywhere, and -1 works as expected... so let's just use that.
src/python-systemd/_reader.c
src/python-systemd/journal.py