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.
1 parent 30dba35 commit 081a90fCopy full SHA for 081a90f
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