We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6eb618 commit 39e2446Copy full SHA for 39e2446
src/htrun/host_tests_plugins/module_copy_pyocd.py
@@ -89,7 +89,7 @@ def execute(self, capability, *args, **kwargs):
89
90
# Program the file
91
programmer = FileProgrammer(session)
92
- programmer.program(image_path, format=kwargs['format'])
+ programmer.program(image_path, format=kwargs["format"])
93
94
return True
95
0 commit comments