Fix style issues
This commit is contained in:
parent
4283ed919a
commit
6b487bbe81
@ -80,8 +80,8 @@ class Taskwarrior(IntervalModule):
|
|||||||
|
|
||||||
if self.next_task is not None:
|
if self.next_task is not None:
|
||||||
format_values['next'] = self.next_task['description']
|
format_values['next'] = self.next_task['description']
|
||||||
format_values['project'] = self.next_task['project'] \
|
format_values['project'] = (self.next_task['project'] if 'project' in self.next_task
|
||||||
if 'project' in self.next_task else ''
|
else '')
|
||||||
|
|
||||||
self.output = {
|
self.output = {
|
||||||
'full_text': self.format.format(**format_values),
|
'full_text': self.format.format(**format_values),
|
||||||
|
Loading…
Reference in New Issue
Block a user