Skip to content

Commit

Permalink
fix docstring for build_step method in custom easyblock for Paraver
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Branford <[email protected]>
  • Loading branch information
boegel and branfosj authored Dec 18, 2024
1 parent aae5475 commit b875ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/easyblocks/p/paraver.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def configure_step(self):
super(EB_Paraver, self).configure_step()

def build_step(self):
"""Custom build procedure for Paraver: skip 'make' for recent versions."""
"""No build ('make') required for recent versions."""
pass

def sanity_check_step(self):
Expand Down

0 comments on commit b875ce7

Please sign in to comment.