Skip to content

Commit b67a669

Browse files
committed
Try to appease the Hound. Inline comment in question already had two spaces before it, but whatever...
1 parent 60165a4 commit b67a669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/framework/easyconfig/easyconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ def update(self, key, value, allow_duplicate=True):
604604
for item in inval:
605605
if allow_duplicate or item not in param_value:
606606
param_value.append(item)
607-
if isinstance(self[key], tuple): # Cast back to original type
607+
if isinstance(self[key], tuple): # Cast back to original type
608608
param_value = tuple(param_value)
609609
elif isinstance(param_value, dict):
610610
param_value.update(inval)

0 commit comments

Comments
 (0)