Skip to content

Commit

Permalink
Clean whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
c3-builder committed Apr 18, 2024
1 parent 9ae80a0 commit c5d4ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/easyblocks/a/aedt.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c5d4ce9

Please sign in to comment.