Skip to content

Commit d86f53e

Browse files
committed
don't call post_install_step from post_processing_step, since that would create an infinite loop because post_install_step calls post_processing_step
1 parent cc542ae commit d86f53e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

easybuild/framework/easyblock.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3126,7 +3126,6 @@ def post_processing_step(self):
31263126
"EasyBlock.post_install_step() is deprecated, use EasyBlock.post_processing_step() instead.",
31273127
'6.0',
31283128
)
3129-
return self.post_install_step()
31303129

31313130
lib_dir = os.path.join(self.installdir, 'lib')
31323131
lib64_dir = os.path.join(self.installdir, 'lib64')

0 commit comments

Comments
 (0)