mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-19 04:17:48 -04:00
Expose error more nicely
This commit is contained in:
parent
40b6a5aad1
commit
ec398af41c
6 changed files with 5 additions and 9 deletions
|
@ -35,9 +35,8 @@ if __name__ == '__main__':
|
|||
|
||||
|
||||
from synapse.storage.engines import create_engine, IncorrectDatabaseSetup
|
||||
from synapse.storage import (
|
||||
are_all_users_on_domain, UpgradeDatabaseException,
|
||||
)
|
||||
from synapse.storage import are_all_users_on_domain
|
||||
from synapse.storage.schema_prepare import UpgradeDatabaseException
|
||||
|
||||
from synapse.server import HomeServer
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue