From ceaf9d3462bd6ae2530147f0faf2160aee007937 Mon Sep 17 00:00:00 2001 From: Renato Alves Date: Sun, 13 Jul 2014 19:52:17 +0100 Subject: [PATCH] Unittest - Add a line break on last line of initial config --- test/basetest/task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/basetest/task.py b/test/basetest/task.py index 1b86f8c4f..d2f93855c 100644 --- a/test/basetest/task.py +++ b/test/basetest/task.py @@ -48,7 +48,7 @@ class Task(object): # Cannot call self.config until confirmation is disabled with open(self.taskrc, 'w') as rc: rc.write("data.location={0}\n" - "confirmation=no".format(self.datadir)) + "confirmation=no\n".format(self.datadir)) # Setup configuration to talk to taskd automatically if self.taskd is not None: