File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939from easybuild .easyblocks .generic .pythonpackage import det_pylibdir
4040from easybuild .easyblocks .python import EB_Python
4141from easybuild .tools .build_log import EasyBuildError
42- from easybuild .tools .filetools import move_file , remove_dir
42+ from easybuild .tools .filetools import clean_dir , move_file
4343from easybuild .tools .modules import get_software_root
4444from easybuild .tools .systemtools import get_shared_lib_ext
4545
@@ -95,7 +95,7 @@ def install_step(self):
9595 # Reset the install directory and remove it if it already exists. It will not have been removed automatically
9696 # at the start of the install step, as self.installdir pointed at the temporary install directory.
9797 self .installdir = self .orig_installdir
98- remove_dir (self .installdir )
98+ clean_dir (self .installdir )
9999
100100 dest_pylibdir = os .path .join (self .installdir , det_pylibdir ())
101101
You can’t perform that action at this time.
0 commit comments