Skip to content

Commit

Permalink
Merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjl committed Nov 3, 2016
2 parents 70817fd + 51367da commit 26f7d42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ def edit_task(self, prefix, text):
text = re.sub(find, repl, task['text'])

task['text'] = text
task['id'] = _hash(text)

def finish_task(self, prefix):
"""Mark the task with the given prefix as finished.
Expand Down

0 comments on commit 26f7d42

Please sign in to comment.