Unittest - Add a line break on last line of initial config
This commit is contained in:
@@ -48,7 +48,7 @@ class Task(object):
|
|||||||
# Cannot call self.config until confirmation is disabled
|
# Cannot call self.config until confirmation is disabled
|
||||||
with open(self.taskrc, 'w') as rc:
|
with open(self.taskrc, 'w') as rc:
|
||||||
rc.write("data.location={0}\n"
|
rc.write("data.location={0}\n"
|
||||||
"confirmation=no".format(self.datadir))
|
"confirmation=no\n".format(self.datadir))
|
||||||
|
|
||||||
# Setup configuration to talk to taskd automatically
|
# Setup configuration to talk to taskd automatically
|
||||||
if self.taskd is not None:
|
if self.taskd is not None:
|
||||||
|
|||||||
Reference in New Issue
Block a user