Skip to content

Commit 173a126

Browse files
restyled-commitsyunhanw-google
authored andcommitted
Restyled by autopep8
1 parent ada3db4 commit 173a126

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/tests/chiptest/test_definition.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,8 @@ def Run(self, runner, apps_register, paths: ApplicationPaths, pics_file: str,
372372
runner.RunSubprocess(python_cmd, name='CHIP_REPL_YAML_TESTER',
373373
dependencies=[apps_register], timeout_seconds=timeout_seconds)
374374
else:
375-
pairing_cmd = paths.chip_tool_with_python_cmd + ['skip-icd-registration', 0, 'pairing', 'code', TEST_NODE_ID, setupCode]
375+
pairing_cmd = paths.chip_tool_with_python_cmd + \
376+
['skip-icd-registration', 0, 'pairing', 'code', TEST_NODE_ID, setupCode]
376377
test_cmd = paths.chip_tool_with_python_cmd + ['tests', self.run_name] + ['--PICS', pics_file]
377378
server_args = ['--server_path', paths.chip_tool[-1]] + \
378379
['--server_arguments', 'interactive server' +

0 commit comments

Comments
 (0)