Skip to content

Commit 4e9a51c

Browse files
committed
Shortened lines
1 parent a7e731d commit 4e9a51c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

easybuild/framework/easystack.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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):

test/framework/easystack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)