From 4e5e041ee63a43fd5f24d8afd9f62052667ab8ba Mon Sep 17 00:00:00 2001 From: Gra Date: Thu, 11 Jun 2009 21:59:26 +0200 Subject: [PATCH] Added 'Command list:' before printing it. --- ikog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ikog.py b/ikog.py index 066171c..5d8aff4 100755 --- a/ikog.py +++ b/ikog.py @@ -2694,7 +2694,7 @@ else: ruler = ikogPlugin.getRuler() divider = ikogPlugin.getDivider() while reopen != "": - print commandList + print "Command list:", commandList todoList = TodoList(sys.argv[0], reopen) reopen = todoList.run(commandList) commandList = [] -- 2.45.1