Skip to content

Commit a73b3c9

Browse files
committed
Make the hound happy: remove whitespace
1 parent 19c317b commit a73b3c9

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
@@ -177,7 +177,7 @@ def parse_by_easyconfigs(filepath, easyconfigs, easybuild_version=None, robot=Fa
177177
msg = "Failed to parse easystack file: expected a dictionary with one key (the EasyConfig name). "
178178
msg += "Instead found keys: %s" % dict_keys
179179
raise EasyBuildError(msg)
180-
180+
181181
return easystack
182182

183183
@staticmethod

0 commit comments

Comments
 (0)