Skip to content

Commit c68f792

Browse files
committed
Fix PEP8
1 parent 50d4e62 commit c68f792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/easyblock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,7 @@ def test_make_module_step(self):
13361336
for (key, vals) in modextrapaths.items():
13371337
if isinstance(vals, str):
13381338
vals = [vals]
1339-
if type(vals) == dict:
1339+
if isinstance(vals, dict):
13401340
delim = vals['delimiter']
13411341
paths = vals['paths']
13421342

0 commit comments

Comments
 (0)