We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30dba35 + 081a90f commit e15b6aeCopy full SHA for e15b6ae
easybuild/easyblocks/generic/configuremake.py
@@ -335,7 +335,7 @@ def configure_step(self, cmd_prefix=''):
335
valid_actions = (ERROR, WARN, IGNORE)
336
# Always verify the EC param
337
if action not in valid_actions:
338
- raise EasyBuildError('Invalid value for `unrecognized_configure_options`: %s. Must be one of: ',
+ raise EasyBuildError("Invalid value for 'unrecognized_configure_options': %s. Must be one of: %s",
339
action, ', '.join(valid_actions))
340
if action != IGNORE:
341
unrecognized_options_str = 'configure: WARNING: unrecognized options:'
0 commit comments