Skip to content

Commit

Permalink
Removed stray 'value' in code
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed Oct 25, 2023
1 parent 2e6bd7a commit d52c779
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion easybuild/framework/easyconfig/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ def template_constant_dict(config, ignore=None, skip_lower=None, toolchain=None)
template_values['arch'] = platform.uname()[4]

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

# step 1: add TEMPLATE_NAMES_EASYCONFIG
Expand Down

0 comments on commit d52c779

Please sign in to comment.