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 = []