Skip to content

Commit e66f4a9

Browse files
Manually fix restyle
1 parent 8c6f6d0 commit e66f4a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/python_testing/TC_MCORE_FS_1_3.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ async def create_and_commission_device_for_th_ecosystem(self):
9494
self.device_for_th_eco_kvs = f'kvs_{str(uuid.uuid4())}'
9595
discriminator = random.randint(0, 4095)
9696
passcode = 20202021
97-
app_args = f'--secured-device-port {self.device_for_th_eco_port} --discriminator {
98-
discriminator} --passcode {passcode} --KVS {self.device_for_th_eco_kvs}'
97+
app_args = f'--secured-device-port {self.device_for_th_eco_port} --discriminator {discriminator} --passcode {passcode} --KVS {self.device_for_th_eco_kvs}'
9998
cmd = f'{app} {app_args}'
10099
# TODO: Determine if we want these logs cooked or pushed to somewhere else
101100
logging.info("Starting TH device for TH ecosystem")

0 commit comments

Comments
 (0)