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 | c5979ba4bbbc154bca99f31fb9340e40628d5912 (patch) | |
tree | d74d5c3e1eaf1f5fd8d1e635f15ef1a1958de79b | |
parent | 26170772ce720f3e95355aa673d31adccbbf3200 (diff) | |
download | bin-c5979ba4bbbc154bca99f31fb9340e40628d5912.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) |