Skip to content

Commit

Permalink
Respect parsed 'hidden' easyconfig parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
geimer committed Jul 11, 2016
1 parent f585bb4 commit 3f5feca
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 @@ -1227,7 +1227,7 @@ def process_easyconfig(path, build_specs=None, validate=True, parse_only=False,
'dependencies': [],
'builddependencies': [],
'hiddendependencies': [],
'hidden': hidden,
'hidden': ec.hidden,
})
if len(blocks) > 1:
easyconfig['original_spec'] = path
Expand Down

0 comments on commit 3f5feca

Please sign in to comment.