Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Nov 26, 2024
1 parent 2a963bb commit e4a3ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/easyblocks/o/openfoam.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def build_step(self):
if self.looseversion >= LooseVersion('2406'):
# Also build the plugins
cmd += ' && %s bash %s -log' % (self.cfg['prebuildopts'],
os.path.join(self.builddir, self.openfoamdir, 'Allwmake-plugins'))
os.path.join(self.builddir, self.openfoamdir, 'Allwmake-plugins'))

run_cmd(cmd_tmpl % cmd, log_all=True, simple=True, log_output=True)

Expand Down

0 comments on commit e4a3ff1

Please sign in to comment.