fix python not installed error msg

This commit is contained in:
Kainoa Kanter
2025-10-08 20:31:17 -07:00
parent 64f10ff1c4
commit 80d5c3be23
+1 -1
View File
@@ -127,7 +127,7 @@ Singleton {
Process {
id: availabilityCheckProcess
running: false
command: ["sh", "-c", "command -v python3 >/dev/null 2>&1 && python3 " + root.checkCalendarAvailableScript + " || echo 'python3 unavailable'"]
command: ["sh", "-c", "command -v python3 >/dev/null 2>&1 && python3 " + root.checkCalendarAvailableScript + " || echo 'unavailable: python3 not installed'"]
stdout: StdioCollector {
onStreamFinished: {