diff --git a/easybuild/framework/easyconfig/easyconfig.py b/easybuild/framework/easyconfig/easyconfig.py index a61417575f..1d476c9868 100644 --- a/easybuild/framework/easyconfig/easyconfig.py +++ b/easybuild/framework/easyconfig/easyconfig.py @@ -430,7 +430,7 @@ def __init__(self, path, extra_options=None, build_specs=None, validate=True, hi self.template_values = None # a boolean to control templating, can be (temporarily) disabled in easyblocks self.enable_templating = True - # boolean to control whether all template values must be resolvable, can be (temporarily) in easyblocks + # boolean to control whether all template values must be resolvable, can be (temporarily) disabled in easyblocks self.expect_resolved_template_values = True self.log = fancylogger.getLogger(self.__class__.__name__, fname=False)