Skip to content

Commit 0076677

Browse files
author
Caspar van Leeuwen
committed
Make hound happy
1 parent 097f394 commit 0076677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/easyconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1351,7 +1351,7 @@ def test_sysroot_template(self):
13511351

13521352
test_easyconfigs = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'easyconfigs', 'test_ecs')
13531353
toy_ec = os.path.join(test_easyconfigs, 't', 'toy', 'toy-0.0.eb')
1354-
1354+
13551355
test_ec = os.path.join(self.test_prefix, 'test.eb')
13561356
test_ec_txt = read_file(toy_ec)
13571357
test_ec_txt += '\nconfigopts = "--some-opt=%(sysroot)s/"'

0 commit comments

Comments
 (0)