Commit cb26e769 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Don't set dirty variable twice.

parent 924c2d04
......@@ -75,8 +75,6 @@ class Application(object): # TODO: rename to CLIApplication
self.print_todo(number)
self.dirty = True
self.dirty = True
def dep(self):
""" Handles dependencies between todos. """
def handle_add_rm(operation):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment