Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:ralphbean/taskw into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Jan 29, 2014
2 parents 48f7734 + 0dd85cf commit f4760ba
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions taskw/warrior.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,11 +429,7 @@ def sync(self):
raise UnsupportedVersionException(
"'sync' requires version 2.3 of taskwarrior or later."
)
subprocess.Popen([
'task',
'rc:%s' % self.config_filename,
'sync',
])
self._execute('sync')

def load_tasks(self, command='all'):
""" Returns a dictionary of tasks for a list of command."""
Expand Down

0 comments on commit f4760ba

Please sign in to comment.