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: {