From 7ace52bbf6a5cc7cfd3f2ae3db74de97aa2bc5a3 Mon Sep 17 00:00:00 2001 From: Hans Fangohr <hans.fangohr@mpsd.mpg.de> Date: Mon, 12 Jun 2023 14:38:16 +0200 Subject: [PATCH] fix issue #9 (https://gitlab.gwdg.de/mpsd-cs/mpsd-software-environments/-/issues/9) --- mpsd-software.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/mpsd-software.py b/mpsd-software.py index 5247512..1cc6133 100755 --- a/mpsd-software.py +++ b/mpsd-software.py @@ -893,9 +893,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( -- GitLab