mosquito / cysystemd

systemd wrapper on Cython
Apache License 2.0
101 stars 21 forks source link

Fix Rule.add_filter #53

Closed sapristi closed 2 years ago

sapristi commented 2 years ago

The current implementation of Rule.add_filter only adds the first rule before returning; this doesn't seem like the intended behaviour.

This PR makes it so that all rules are duly added.