From 80d5c3be23a1bbb6f71a889be7672d39fe7ae3cd Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Wed, 8 Oct 2025 20:31:17 -0700 Subject: [PATCH] fix python not installed error msg --- Services/CalendarService.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Services/CalendarService.qml b/Services/CalendarService.qml index 8a519c95..c7498ed0 100644 --- a/Services/CalendarService.qml +++ b/Services/CalendarService.qml @@ -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: {