Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
schema: Do not assert data is valid when upgrading
Do not assert the data supplied to kcidb_io.schema.misc.Version.upgrade() is valid, as that prevents a more readable error message when trying to upgrade newer schema version to older schema version. The function validates the data at the end anyway.
- Loading branch information