From 69de78515d7d19c72d27439df509cc9294da587f Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 2 Jun 2016 19:45:18 +1200 Subject: [PATCH] Make last_log actually return last log --- pathod/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pathod/test.py b/pathod/test.py index 28ade101e..32b377311 100644 --- a/pathod/test.py +++ b/pathod/test.py @@ -58,7 +58,7 @@ class Daemon: l = self.expect_log(1) if not l: return None - return l[0] + return l[-1] def log(self): """