From 0baa63cb94f1429742bca0257bbf778b6b6e9012 Mon Sep 17 00:00:00 2001 From: Jonathan Cave Date: Tue, 9 Nov 2021 10:11:41 +0000 Subject: Fix: invalid manifest check on bluetooth/detect Field requires a string comparison to work correctly --- units/bluetooth/jobs.pxu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'units') diff --git a/units/bluetooth/jobs.pxu b/units/bluetooth/jobs.pxu index e1573b5..7f3fb79 100644 --- a/units/bluetooth/jobs.pxu +++ b/units/bluetooth/jobs.pxu @@ -7,7 +7,7 @@ command: bt_list_adapters.py && udev_resource.py -f BLUETOOTH estimated_duration: 2s flags: preserve-locale -requires: manifest.has_bt_adapter +requires: manifest.has_bt_adapter == 'True' imports: from com.canonical.plainbox import manifest id: bluetooth/bluez-controller-detect -- cgit v1.2.3