Skip to content
Snippets Groups Projects
Commit 8009c3e1 authored by Hans Fangohr's avatar Hans Fangohr
Browse files

bugfix (another one) for previous commit

parent 0686f420
No related branches found
No related tags found
1 merge request!64Toolchain becomes package set part2
Pipeline #371447 passed
This commit is part of merge request !64. Comments created here will be created in the context of that merge request.
......@@ -941,7 +941,7 @@ def install_environment(
for toolchain in toolchains:
# Set the install log file name from create_log_file_names
build_log_file_name = create_log_file_names(
mpsd_release, microarch, "install", toolchain=toolchain
mpsd_release, microarch, "install", package_set=toolchain
)
build_log_folder = release_base_dir / "logs"
build_log_path = build_log_folder / build_log_file_name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment