Skip to content

fix handling of iterate easyconfig parameters, restore them during cleanup#1949

Merged
boegel merged 3 commits intoeasybuilders:developfrom
boegel:fix_iter_opts
Oct 7, 2016
Merged

fix handling of iterate easyconfig parameters, restore them during cleanup#1949
boegel merged 3 commits intoeasybuilders:developfrom
boegel:fix_iter_opts

Conversation

@boegel
Copy link
Copy Markdown
Member

@boegel boegel commented Oct 7, 2016

fix for bug reported in #1939

Comment thread easybuild/framework/easyblock.py Outdated
self.iter_opts[opt + suffix] = self.cfg[opt] # copy
self.log.debug("Found list for %s: %s" % (opt, self.iter_opts[opt + suffix]))
self.iter_opts[opt] = self.cfg[opt] # copy
self.log.debug("Found list for %s: %s" % (opt, self.iter_opts[opt]))
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no %?

@boegel
Copy link
Copy Markdown
Member Author

boegel commented Oct 7, 2016

Thanks for the review @wpoely86!

@boegel boegel merged commit 78e6853 into easybuilders:develop Oct 7, 2016
@boegel boegel deleted the fix_iter_opts branch October 7, 2016 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants