Missing docstring

pull/10326/head
Oren Cohen 2019-03-26 10:51:14 +02:00 committed by Martin Kojtal
parent 400b024c30
commit c397d9e62a
1 changed files with 2 additions and 1 deletions

View File

@ -118,6 +118,7 @@ def _get_default_image_build_command(target, toolchain, profile, args):
def verbose_check_call(cmd, check_call=True): def verbose_check_call(cmd, check_call=True):
""" """
Calls a shell command and logs the call.
:param cmd: command to run as a list :param cmd: command to run as a list
:param check_call: choose subprocess method (call/check_call) :param check_call: choose subprocess method (call/check_call)
@ -256,7 +257,7 @@ def commit_binaries(target, delivery_dir):
'commit', 'commit',
commit_message]) commit_message])
else: else:
logger.info("No changes detected for {}, Skipping commit".format(target)) logger.info("No changes detected in {}, Skipping commit".format(target))
def build_psa_platform(target, toolchain, delivery_dir, debug, git_commit, def build_psa_platform(target, toolchain, delivery_dir, debug, git_commit,