Added 'Command list:' before printing it.

Gra [2009-06-11 19:59]
Added 'Command list:' before printing it.
Filename
ikog.py
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 = []
ViewGit