Skip to content

Commit d012b3a

Browse files
author
Oren Cohen
committed
Missing docstring
1 parent 6d64c85 commit d012b3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/psa/release.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def _get_default_image_build_command(target, toolchain, profile, args):
118118

119119
def verbose_check_call(cmd, check_call=True):
120120
"""
121+
Calls a shell command and logs the call.
121122
122123
:param cmd: command to run as a list
123124
:param check_call: choose subprocess method (call/check_call)
@@ -256,7 +257,7 @@ def commit_binaries(target, delivery_dir):
256257
'commit',
257258
commit_message])
258259
else:
259-
logger.info("No changes detected for {}, Skipping commit".format(target))
260+
logger.info("No changes detected in {}, Skipping commit".format(target))
260261

261262

262263
def build_psa_platform(target, toolchain, delivery_dir, debug, git_commit,

0 commit comments

Comments
 (0)