Skip to content

Commit

Permalink
fix description comment of expect_resolved_template_values
Browse files Browse the repository at this point in the history
  • Loading branch information
lexming authored Dec 19, 2024
1 parent f2f9e7d commit 2d49e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/framework/easyconfig/easyconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2d49e8f

Please sign in to comment.