@@ -716,8 +716,8 @@ def append_paths(*args, **kwargs):
716716 self .
assertEqual (
'append_path("key", "[email protected] ")\n ' ,
res )
717717
718718 self .assertErrorRegex (EasyBuildError , "Absolute path %s/foo passed to update_paths "
719- "which only expects relative paths." % self .modgen .app .installdir ,
720- append_paths , "key2" , ["bar" , "%s/foo" % self .modgen .app .installdir ])
719+ "which only expects relative paths." % self .modgen .app .installdir ,
720+ append_paths , "key2" , ["bar" , "%s/foo" % self .modgen .app .installdir ])
721721
722722 def test_module_extensions (self ):
723723 """test the extensions() for extensions"""
@@ -795,8 +795,8 @@ def prepend_paths(*args, **kwargs):
795795 self .
assertEqual (
'prepend_path("key", "[email protected] ")\n ' ,
res )
796796
797797 self .assertErrorRegex (EasyBuildError , "Absolute path %s/foo passed to update_paths "
798- "which only expects relative paths." % self .modgen .app .installdir ,
799- prepend_paths , "key2" , ["bar" , "%s/foo" % self .modgen .app .installdir ])
798+ "which only expects relative paths." % self .modgen .app .installdir ,
799+ prepend_paths , "key2" , ["bar" , "%s/foo" % self .modgen .app .installdir ])
800800
801801 def test_det_user_modpath (self ):
802802 """Test for generic det_user_modpath method."""
0 commit comments