Skip to content

Commit 20eb26c

Browse files
committed
pylint - dsable protected-access erroo for name setting
1 parent eb3d97b commit 20eb26c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Snow_Globe_BLE_CPB/ble_snowglobe.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@
4848
ble = BLERadio()
4949
uart = UARTService()
5050
advertisement = ProvideServicesAdvertisement(uart)
51+
#pylint: disable=protected-access
5152
ble._adapter.name = SNOWGLOBE_NAME
53+
#pylint: enable=protected-access
5254

5355
#--| ANIMATIONS |----------------------------------------------------
5456
def spin(config):

0 commit comments

Comments
 (0)