From abb4aa5f8dffa5533f8cda682c0653547b1e91bc Mon Sep 17 00:00:00 2001 From: Sanaa Hamel Date: Thu, 28 Mar 2024 16:13:12 -0400 Subject: [PATCH] chore: updated bleak bug warning msg --- tools/update_ota.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/update_ota.py b/tools/update_ota.py index 39abf02..12c2a77 100755 --- a/tools/update_ota.py +++ b/tools/update_ota.py @@ -494,7 +494,7 @@ async def _report_new_version(args: CmdLnArgs, prev_version: str): print(f"connecting to {args.bt_address} to get installed version") print("(this may take longer than usual)") print( - "NOTE: Ignore logged exceptions about `A message handler raised an exception: 'org.bluez.Device1'.`" + "NOTE: Ignore logged exceptions about `A message handler raised an exception: 'org.bluez.Device1'` or `org.bluez.GattService1`." ) print( " This is caused by a bug in `bleak` but should be benign for this application."