Skip to content

Commit

Permalink
try again fix pydantic argparse typo
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Jun 21, 2024
1 parent 0edd358 commit 04fa363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions looper/cli_pydantic.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import sys

import logmuse
import pydantic2_argparse
import pydantic_argparse
import yaml
from eido import inspect_project
from pephubclient import PEPHubClient
Expand Down Expand Up @@ -338,7 +338,7 @@ def run_looper(args: TopLevelParser, parser: ArgumentParser, test_args=None):


def main(test_args=None) -> None:
parser = pydantic2_argparse.ArgumentParser(
parser = pydantic_argparse.ArgumentParser(
model=TopLevelParser,
prog="looper",
description="Looper: A job submitter for Portable Encapsulated Projects",
Expand Down

0 comments on commit 04fa363

Please sign in to comment.