Skip to content

Commit

Permalink
add missing import for textwrap in OpenFOAM easyblock
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Jun 18, 2024
1 parent 89a4745 commit 32d584a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions easybuild/easyblocks/o/openfoam.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
import shutil
import stat
import tempfile
import textwrap
from easybuild.tools import LooseVersion

import easybuild.tools.environment as env
Expand Down

0 comments on commit 32d584a

Please sign in to comment.