Skip to content

Commit

Permalink
Minor changes to make hotfixes 2441 and 2424 working
Browse files Browse the repository at this point in the history
  • Loading branch information
sassy committed Nov 20, 2024
1 parent 57c0eae commit ae18cac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions easybuild/easyblocks/a/abaqus.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ def install_step(self):
std_qa = OrderedDict()
std_qa[r"Enter selection \(default: Next\):"] = ''
std_qa["Choose the .*installation directory.*\n.*\n\n.*:"] = os.path.join(self.installdir, 'cae')
std_qa["Actions:"] = ''
std_qa["Choose an action:"] = '1'
std_qa[r"Enter selection \(default: Install\):"] = ''
std_qa[r"The Abaqus commands directory.*:\n.*\n+Actions:\n.*\n_+\n\nPlease.*:"] = '1'
std_qa[r"Enter selection \(default: Close\):"] = ''
Expand Down

0 comments on commit ae18cac

Please sign in to comment.