Re: [systemd-devel] python-systemd wait bug

2013-04-06 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Apr 06, 2013 at 11:13:08PM +0100, Steven Hiscocks wrote: > Hi, > > I noticed an issue in the Reader class within python systemd.journal > wait method. Fix is trivial, but patch below to highlight the issue. > > diff --git a/src/python-systemd/journal.py b/src/python-systemd/journal.py > i

[systemd-devel] python-systemd wait bug

2013-04-06 Thread Steven Hiscocks
Hi, I noticed an issue in the Reader class within python systemd.journal wait method. Fix is trivial, but patch below to highlight the issue. diff --git a/src/python-systemd/journal.py b/src/python-systemd/journal.py index c918c43..d47a7ba 100644 --- a/src/python-systemd/journal.py +++ b/src/p