We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc91f0c commit 84911f8Copy full SHA for 84911f8
easybuild/framework/easystack.py
@@ -225,7 +225,7 @@ def parse_easystack(filepath):
225
226
general_options = easystack.get_general_options()
227
228
- _log.debug("EasyStack parsed. Proceeding to install these Easyconfigs: %s" % ", ".join(easyconfig_names))
+ _log.debug("EasyStack parsed. Proceeding to install these Easyconfigs: %s" % ', '.join(sorted(easyconfig_names)))
229
if len(general_options) != 0:
230
_log.debug("General options for installation are: \n%s" % str(general_options))
231
else:
0 commit comments