Skip to content

Commit

Permalink
Updated for the seamm argument parser moving to seamm_util.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsaxe committed Jun 3, 2021
1 parent 51f9590 commit 804e627
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion psi4_step/psi4.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

import psi4_step
import seamm
import seamm_util
from seamm_util import ureg, Q_ # noqa: F401
import seamm_util.printing as printing
from seamm_util.printing import FormattedText as __
Expand Down Expand Up @@ -217,7 +218,7 @@ def create_parser(self):
"""Setup the command-line / config file parser"""
# parser_name = 'psi4-step'
parser_name = self.step_type
parser = seamm.getParser()
parser = seamm_util.getParser()

# Remember if the parser exists ... this type of step may have been
# found before
Expand Down

0 comments on commit 804e627

Please sign in to comment.