2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 13:07:50 +00:00

[#2058] hammer.py: indentation (minor change)

This commit is contained in:
Andrei Pavel 2021-08-27 18:54:59 +03:00
parent 69f16658ba
commit 09f0616a10
No known key found for this signature in database
GPG Key ID: 86E9385BC2203766

View File

@ -2725,6 +2725,7 @@ def prepare_system_cmd(args):
args.dry_run, args.check_times, args.clean_start, args.dry_run, args.check_times, args.clean_start,
ccache_dir) ccache_dir)
def upload_to_repo(args, pkgs_dir): def upload_to_repo(args, pkgs_dir):
# NOTE: note the differences (if any) in system/revision vs args.system/revision # NOTE: note the differences (if any) in system/revision vs args.system/revision
system, revision = get_system_revision() system, revision = get_system_revision()
@ -2760,6 +2761,7 @@ def upload_to_repo(args, pkgs_dir):
cmd = upload_cmd % fp cmd = upload_cmd % fp
execute(cmd) execute(cmd)
def build_cmd(args): def build_cmd(args):
"""Check command args and run the build command.""" """Check command args and run the build command."""
features = _get_features(args) features = _get_features(args)