Skip to content

Commit 82ec7f8

Browse files
author
Alan O'Cais
committed
Appease hound
1 parent 677ad38 commit 82ec7f8

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
@@ -425,7 +425,7 @@ def test_make_module_req(self):
425425
eb.make_module_req_guess = lambda: {'LD_LIBRARY_PATH': ['lib/pathC', 'lib/pathA', 'lib/pathB', 'lib/pathA']}
426426
for path in ['pathA', 'pathB', 'pathC']:
427427
os.mkdir(os.path.join(eb.installdir, 'lib', path))
428-
open(os.path.join(eb.installdir, 'lib', path,'libfoo.so'), 'w').write('test')
428+
open(os.path.join(eb.installdir, 'lib', path, 'libfoo.so'), 'w').write('test')
429429
txt = eb.make_module_req()
430430
if get_module_syntax() == 'Tcl':
431431
self.assertTrue(re.search(r"\nprepend-path\s+LD_LIBRARY_PATH\s+\$root/lib/pathC\n" +

0 commit comments

Comments
 (0)