Commit 544df8cb authored by hardy's avatar hardy

fixing another typo

parent 2498bc8b
...@@ -280,7 +280,7 @@ class OaiCiTest(): ...@@ -280,7 +280,7 @@ class OaiCiTest():
#RH quick add-on to integrate cots control defined by yaml #RH quick add-on to integrate cots control defined by yaml
#if device_id exists in yaml dictionary, we execute the new procedure defined in cots_ue class #if device_id exists in yaml dictionary, we execute the new procedure defined in cots_ue class
#otherwise we use the legacy procedure #otherwise we use the legacy procedure
logging.debug('Device id ' + str(device_id) + ', in COTS UE dict : ',str(COTS_UE.Check_Exists(device_id))) logging.debug('Device id ' + str(device_id) + ', in COTS UE dict : ' + str(COTS_UE.Check_Exists(device_id)))
if COTS_UE.Check_Exists(device_id): if COTS_UE.Check_Exists(device_id):
#switch device to Airplane mode ON (ie Radio OFF) #switch device to Airplane mode ON (ie Radio OFF)
COTS_UE.Set_Airplane(device_id, 'ON') COTS_UE.Set_Airplane(device_id, 'ON')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment