Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gmn committed Jul 2, 2016
1 parent 476d7fe commit 2783274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion todo
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ def finish_item(title, args):

expire = '-e' in args or '-E' in args
label = 'expired' if expire else 'finished'
skip = if '-y' in args
skip = '-y' in args

## confirm
if not skip and not input('Are you sure you want to mark "{}" {} y/N? '.format(item, label)).lower().startswith('y'):
Expand Down

0 comments on commit 2783274

Please sign in to comment.