summaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
Diffstat (limited to 'todo')
-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)