Skip to content

Commit b07e331

Browse files
authored
Merge pull request #1 from eylenth/eylenth-patch-1
Update anaconda.py - remove 2to3 file in sanity_check
2 parents ac2b2f9 + 1fe52f6 commit b07e331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/easyblocks/a/anaconda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def sanity_check_step(self):
8585
Custom sanity check for Anaconda and Miniconda
8686
"""
8787
custom_paths = {
88-
'files': [os.path.join('bin', x) for x in ['2to3', 'conda', 'pydoc', 'python', 'sqlite3']],
88+
'files': [os.path.join('bin', x) for x in ['conda', 'pydoc', 'python', 'sqlite3']],
8989
'dirs': ['bin', 'etc', 'lib', 'pkgs'],
9090
}
9191
super().sanity_check_step(custom_paths=custom_paths)

0 commit comments

Comments
 (0)