diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-12-17 00:31:03 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-12-17 00:31:03 +0100 |
commit | 7ba2c5ce833cc31e273b40a23f076a9efb944dba (patch) | |
tree | 025d82c62bf63282edab5db4306768a63c232351 | |
parent | b9f5e1d99799656422cd65f8c06b00ebd21ea1af (diff) | |
download | todo-7ba2c5ce833cc31e273b40a23f076a9efb944dba.tar.xz |
todo: print header showing the todo file used
-rwxr-xr-x | todo | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -119,6 +119,7 @@ def main(): print(todo_dict) + print('todo file: {}'.format(config.todo_file)) for t_id in todo_dict: task = todo_dict[t_id] output = first_line(t_id, task) |