Skip to content

Commit

Permalink
Remove authors left from old file
Browse files Browse the repository at this point in the history
  • Loading branch information
c3-builder committed Apr 18, 2024
1 parent 31eefba commit 9ae80a0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions easybuild/easyblocks/a/aedt.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
"""
EasyBuild support for installing Ansys Electronics Desktop
@author: Alexi Rivera (Chalmers University of Technology)
@author: Mikael OEhman (Chalmers University of Technology)
@author: Chia-Jung Hsu (Chalmers University of Technology)
"""
import os
Expand Down Expand Up @@ -102,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)
Expand Down

0 comments on commit 9ae80a0

Please sign in to comment.