Skip to content

Commit

Permalink
fix a typo while we're here
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed May 24, 2024
1 parent 278fcad commit 1180356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biocommons/seqrepo/seqaliasdb/seqaliasdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,6 @@ def _upgrade_db(self):
migrations = yoyo.read_migrations(migration_dir)
assert (
len(migrations) > 0
), f"no migration scripts found -- wrong migraion path for {__package__}"
), f"no migration scripts found -- wrong migration path for {__package__}"
migrations_to_apply = backend.to_apply(migrations)
backend.apply_migrations(migrations_to_apply)

0 comments on commit 1180356

Please sign in to comment.