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 a73b3c9 commit 372ef13Copy full SHA for 372ef13
easybuild/framework/easystack.py
@@ -68,7 +68,7 @@ def __init__(self):
68
self.easybuild_version = None
69
self.robot = False
70
self.software_list = []
71
- self.easyconfigs = [] # A list of easyconfig names. May or may not include .eb extension
+ self.easyconfigs = [] # A list of easyconfig names. May or may not include .eb extension
72
73
def compose_ec_filenames(self):
74
"""Returns a list of all easyconfig names"""
0 commit comments