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 4e9a51c commit c0334e0Copy full SHA for c0334e0
easybuild/framework/easystack.py
@@ -69,7 +69,7 @@ def __init__(self):
69
self.robot = False
70
self.software_list = []
71
self.easyconfigs = [] # A list of easyconfig names. May or may not include .eb extension
72
- # A dict where keys are easyconfig names, values are dictionary of options that should be
+ # A dict where keys are easyconfig names, values are dictionary of options that should be
73
# applied for that easyconfig
74
self.ec_opts = {}
75
0 commit comments