Skip to content

Commit d52c779

Browse files
author
Caspar van Leeuwen
committed
Removed stray 'value' in code
1 parent 2e6bd7a commit d52c779

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

easybuild/framework/easyconfig/templates.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ def template_constant_dict(config, ignore=None, skip_lower=None, toolchain=None)
204204
template_values['arch'] = platform.uname()[4]
205205

206206
# set 'sysroot' template based on 'sysroot' configuration option, using empty string as fallback
207-
value
208207
template_values['sysroot'] = build_option('sysroot') or ''
209208

210209
# step 1: add TEMPLATE_NAMES_EASYCONFIG

0 commit comments

Comments
 (0)