Skip to content

Commit 006252c

Browse files
bedrogecasparvl
andauthored
Update eb_hooks.py
Co-authored-by: Caspar van Leeuwen <33718780+casparvl@users.noreply.github.com>
1 parent 52480ff commit 006252c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eb_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ def pre_configure_hook_vsearch(self, *args, **kwargs):
609609
if self.name == 'VSEARCH':
610610
self.cfg.update('configopts', 'CPPFLAGS="-DOF=_Z_OF ${CPPFLAGS}"')
611611
else:
612-
raise EasyBuildError("VSEARCH-specific hook triggered for non-Score-P easyconfig?!")
612+
raise EasyBuildError("VSEARCH-specific hook triggered for non-VSEARCH easyconfig?!")
613613

614614

615615
def pre_configure_hook_extrae(self, *args, **kwargs):

0 commit comments

Comments
 (0)