From c5d4ce9dc01ea0d0e8d6ff3934a21050ebead9ad Mon Sep 17 00:00:00 2001 From: c3-builder Date: Thu, 18 Apr 2024 09:41:30 +0000 Subject: [PATCH] Clean whitespace --- easybuild/easyblocks/a/aedt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easybuild/easyblocks/a/aedt.py b/easybuild/easyblocks/a/aedt.py index 8fec82412c..ff14a7379f 100644 --- a/easybuild/easyblocks/a/aedt.py +++ b/easybuild/easyblocks/a/aedt.py @@ -100,7 +100,7 @@ def make_module_extra(self): if len(idirs) == 1: subdir = os.path.relpath(idirs[0], self.installdir) # PyAEDT and other tools use the variable to find available AEDT versions - txt += self.module_generator.set_environment('ANSYSEM_ROOT%s' % version, + txt += self.module_generator.set_environment('ANSYSEM_ROOT%s' % version, os.path.join(self.installdir, self.subdir)) txt += self.module_generator.prepend_paths('PATH', subdir)