From aebcc0c5cf8744812b4398b8657e092b05ee482f Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Mon, 22 Jan 2024 16:46:33 +0100 Subject: [PATCH] Add quotes in help Co-authored-by: Kenneth Hoste --- easybuild/easyblocks/generic/configuremake.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/easybuild/easyblocks/generic/configuremake.py b/easybuild/easyblocks/generic/configuremake.py index 381472f0303..465b19c0521 100644 --- a/easybuild/easyblocks/generic/configuremake.py +++ b/easybuild/easyblocks/generic/configuremake.py @@ -198,8 +198,8 @@ def extra_options(extra_vars=None): CUSTOM], 'unrecognized_configure_options': [ERROR, "Action to do when unrecognized arguments passed to ./configure are" - " detected, defaults to aborting the build. Can be set to " + WARN + - " or " + IGNORE + " (NOT RECOMMENDED! It might hide actual errors e.g." + " detected, defaults to aborting the build. Can be set to '" + WARN + + "' or '" + IGNORE + "' (NOT RECOMMENDED! It might hide actual errors e.g." " misspelling of intended or changed options)", CUSTOM], }) return extra_vars