Skip to content
Snippets Groups Projects
Commit 05595351 authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad
Browse files

Merge branch 'remove-rogue-logs-directory' into 'main'

fix issue #9

Closes #9

See merge request mpsd-cs/mpsd-software-environments!52
parents 31c86e00 7ace52bb
No related branches found
No related tags found
1 merge request!52fix issue #9
Pipeline #370889 passed
......@@ -890,9 +890,6 @@ def install_environment(
# Install the toolchains
with os_chdir(toolchain_dir):
# 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:
# Set the install log file name from 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