Skip to content

Commit 372ef13

Browse files
committed
Make hound happy about this comment...
1 parent a73b3c9 commit 372ef13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/framework/easystack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def __init__(self):
6868
self.easybuild_version = None
6969
self.robot = False
7070
self.software_list = []
71-
self.easyconfigs = [] # A list of easyconfig names. May or may not include .eb extension
71+
self.easyconfigs = [] # A list of easyconfig names. May or may not include .eb extension
7272

7373
def compose_ec_filenames(self):
7474
"""Returns a list of all easyconfig names"""

0 commit comments

Comments
 (0)