Don't try to process stderr output as JSON. :)

This commit is contained in:
Dianne Skoll
2025-08-14 20:52:38 -04:00
parent a62ed0e0c5
commit b9fb215d9d

View File

@@ -4388,7 +4388,7 @@ proc ShowTodaysReminders { force date } {
} else {
set date [clock format [clock seconds] -format "%Y-%m-%d" -locale C]
}
append cmdline " 2>@1"
append cmdline " 2>/dev/null"
set f [open $cmdline r]
while {[gets $f line] >= 0} {
append stuff "$line\n"