Skip to content
Snippets Groups Projects
Commit e11cb8d4 authored by Jithu Murugan's avatar Jithu Murugan
Browse files

- Merge corrections, removed unwanted imports and sorted the existign ones.

parent d24bab52
No related branches found
No related tags found
1 merge request!4feat(spack_operation): implement setup_spack_env functionality
Pipeline #59965 failed with stages
in 1 hour and 12 seconds
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
import os
import subprocess
from pathlib import Path
......@@ -9,8 +8,7 @@ from dedal.error_handling.exceptions import NoSpackEnvironmentException
from dedal.error_handling.exceptions import SpackInstallPackagesException
from dedal.logger.logger_builder import get_logger
from dedal.spack_factory.SpackOperation import SpackOperation
from dedal.configuration.SpackConfig import SpackConfig
from dedal.utils.utils import file_exists_and_not_empty, run_command, log_command, copy_to_tmp, copy_file
from dedal.utils.utils import file_exists_and_not_empty, run_command, log_command, copy_file
from dedal.wrapper.spack_wrapper import check_spack_env
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment