Skip to content

Commit

Permalink
Merge branch 'main' into testing
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis authored Aug 25, 2024
2 parents e5e1bfd + 8da50de commit dcf61cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scribe_data/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from scribe_data.cli.interactive import start_interactive_mode
from scribe_data.cli.list import list_wrapper
from scribe_data.cli.total import get_total_lexemes
from scribe_data.cli.upgrade import upgrade_cli
from scribe_data.cli.upgrade import upgrade
from scribe_data.cli.version import get_version_message

LIST_DESCRIPTION = "List languages, data types and combinations of each that Scribe-Data can be used for."
Expand Down Expand Up @@ -196,7 +196,7 @@ def main() -> None:
args = parser.parse_args()

if args.upgrade:
upgrade_cli()
upgrade()
return

if not args.command:
Expand Down

0 comments on commit dcf61cf

Please sign in to comment.