We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc542ae commit d86f53eCopy full SHA for d86f53e
1 file changed
easybuild/framework/easyblock.py
@@ -3126,7 +3126,6 @@ def post_processing_step(self):
3126
"EasyBlock.post_install_step() is deprecated, use EasyBlock.post_processing_step() instead.",
3127
'6.0',
3128
)
3129
- return self.post_install_step()
3130
3131
lib_dir = os.path.join(self.installdir, 'lib')
3132
lib64_dir = os.path.join(self.installdir, 'lib64')
0 commit comments