Skip to content

Commit 401a3c8

Browse files
authored
Merge pull request #10046 from kfnta/another_tool_fix
PSA: release.py bugfix - send the correct parameter to _get_target_info()
2 parents 84e4dec + 963dd62 commit 401a3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/psa/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def get_mbed_official_psa_release(target=None):
8686
psa_targets_release_list.append(_get_target_info(target))
8787
else:
8888
for t in psa_secure_targets:
89-
psa_targets_release_list.append(_get_target_info(target))
89+
psa_targets_release_list.append(_get_target_info(t))
9090

9191
return psa_targets_release_list
9292

0 commit comments

Comments
 (0)