Skip to content

Commit 48bdb94

Browse files
authored
Merge pull request #4673 from boegel/easystack_experimental
mark easystack support as being mature, since it's no longer experimental
2 parents b429d0c + 934d404 commit 48bdb94

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

easybuild/framework/easystack.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,6 @@ def parse_by_easyconfigs(filepath, easyconfigs, easybuild_version=None, robot=Fa
188188
@only_if_module_is_available('yaml', pkgname='PyYAML')
189189
def parse_easystack(filepath):
190190
"""Parses through easystack file, returns what EC are to be installed together with their options."""
191-
log_msg = "Support for easybuild-ing from multiple easyconfigs based on "
192-
log_msg += "information obtained from provided file (easystack) with build specifications."
193-
_log.experimental(log_msg)
194191
_log.info("Building from easystack: '%s'" % filepath)
195192

196193
# class instance which contains all info about planned build

0 commit comments

Comments
 (0)