Skip to content
Snippets Groups Projects
Commit 7ace52bb authored by Hans Fangohr's avatar Hans Fangohr
Browse files
parent 7184fdb7
No related branches found
No related tags found
1 merge request!52fix issue #9
Pipeline #370867 passed
...@@ -893,9 +893,6 @@ def install_environment( ...@@ -893,9 +893,6 @@ def install_environment(
# Install the toolchains # Install the toolchains
with os_chdir(toolchain_dir): with os_chdir(toolchain_dir):
# run spack_setup_script with the toolchains as arguments # run spack_setup_script with the toolchains as arguments
# if the log folder doesn't exist, create it
if not os.path.exists("logs"):
os.mkdir("logs")
for toolchain in toolchains: for toolchain in toolchains:
# Set the install log file name from create_log_file_names # Set the install log file name from create_log_file_names
build_log_file_name = create_log_file_names( build_log_file_name = create_log_file_names(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment