File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,8 @@ def __init__(self):
6969 self .robot = False
7070 self .software_list = []
7171 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 applied for that easyconfig
72+ # A dict where keys are easyconfig names, values are dictionary of options that should be
73+ # applied for that easyconfig
7374 self .ec_opts = {}
7475
7576 def compose_ec_filenames (self ):
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ def test_easystack_easyconfigs_with_eb_ext(self):
102102 self .assertEqual (opts , {})
103103
104104 def test_easystack_easyconfig_opts (self ):
105- """Teast an easystack file using the 'easyconfigs' key, where additonal options are defined for some easyconfigs"""
105+ """Test an easystack file using the 'easyconfigs' key, with additonal options for some easyconfigs"""
106106 topdir = os .path .dirname (os .path .abspath (__file__ ))
107107 test_easystack = os .path .join (topdir , 'easystacks' , 'test_easystack_easyconfigs_opts.yaml' )
108108
You can’t perform that action at this time.
0 commit comments