We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac36d6c commit ae0f797Copy full SHA for ae0f797
test/framework/easyconfig.py
@@ -3573,7 +3573,7 @@ def test_iter_builddeps_templates(self):
3573
self.assertTrue('pyshortver' in ec.template_values)
3574
self.assertEqual(ec.template_values['pyshortver'], '3.6')
3575
3576
- # check that extensions enherit these template values too
+ # check that extensions inherit these template values too
3577
# cfr. https://github.com/easybuilders/easybuild-framework/issues/3317
3578
eb = EasyBlock(ec)
3579
eb.silent = True
0 commit comments