aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-12-17 00:31:03 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2014-12-17 00:31:03 +0100
commitc5979ba4bbbc154bca99f31fb9340e40628d5912 (patch)
treed74d5c3e1eaf1f5fd8d1e635f15ef1a1958de79b
parent26170772ce720f3e95355aa673d31adccbbf3200 (diff)
downloadbin-c5979ba4bbbc154bca99f31fb9340e40628d5912.tar.xz
todo: print header showing the todo file used
-rwxr-xr-xtodo1
1 files changed, 1 insertions, 0 deletions
diff --git a/todo b/todo
index a5f97fd..0d9e1b8 100755
--- a/todo
+++ b/todo
@@ -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)