mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 19:03:07 +02:00
Unittest - Add a line break on last line of initial config
This commit is contained in:
parent
f998037086
commit
ceaf9d3462
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue