File tree Expand file tree Collapse file tree
easybuild/framework/easyconfig Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444
4545# alternate easyconfig parameters, and their non-deprecated equivalents
4646ALTERNATE_PARAMETERS = {
47- # <equivalent_param >: <new_param> ,
47+ # <new_param >: <equivalent_param> ,
4848}
4949
5050# deprecated easyconfig parameters, and their replacements
Original file line number Diff line number Diff line change 163163
164164# alternate templates, and their equivalents
165165ALTERNATE_TEMPLATES = {
166- # <equivalent_template >: <new_template> ,
166+ # <new_template >: <equivalent_template> ,
167167}
168168
169169# deprecated templates, and their replacements
173173
174174# alternate template constants, and their equivalents
175175ALTERNATE_TEMPLATE_CONSTANTS = {
176- # <equivalent_template_constant >: <new_template_constant >,
176+ # <new_template_constant >: <equivalent_template_constant >,
177177}
178178
179179# deprecated template constants, and their replacements
You can’t perform that action at this time.
0 commit comments