make tests green again

This commit is contained in:
Araq
2018-04-30 20:05:20 +02:00
parent 851d2a266d
commit 6853793ae9

View File

@@ -67,7 +67,7 @@ else:
for kind, key, val in getOpt():
case kind
of cmdLongOption, cmdShortOption:
case key.tolower
case key.tolowerAscii
of "tasks", "t":
printTaskList = true
else: