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 827685e commit 1f5da0cCopy full SHA for 1f5da0c
pyocd/subcommands/load_cmd.py
@@ -109,7 +109,7 @@ def invoke(self) -> int:
109
no_reset=self._args.no_reset)
110
if not self._args.file and self._args.cbuild_run:
111
# Populate file list from cbuild-run output if not provided explicitly
112
- cbuild_files = session.target._cbuild_device.output
+ cbuild_files = session.target.get_output()
113
self._args.file = cbuild_files.keys()
114
for filename in self._args.file:
115
# Get an initial path with the argument as-is.
0 commit comments