Skip to content

Commit

Permalink
don't call post_install_step from post_processing_step, since that wo…
Browse files Browse the repository at this point in the history
…uld create an infinite loop because post_install_step calls post_processing_step
  • Loading branch information
boegel committed Dec 11, 2024
1 parent cc542ae commit d86f53e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion easybuild/framework/easyblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -3126,7 +3126,6 @@ def post_processing_step(self):
"EasyBlock.post_install_step() is deprecated, use EasyBlock.post_processing_step() instead.",
'6.0',
)
return self.post_install_step()

lib_dir = os.path.join(self.installdir, 'lib')
lib64_dir = os.path.join(self.installdir, 'lib64')
Expand Down

0 comments on commit d86f53e

Please sign in to comment.