Skip to content
Snippets Groups Projects
Commit 58554fa6 authored by Erik Johnston's avatar Erik Johnston
Browse files

Merge branch 'develop' of github.com:matrix-org/synapse into keyclient_retry_scheme

parents 2b8f1a95 2c29ed3e
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,8 @@ SCHEMAS = [
# database schema files, so the users will be informed on server restarts.
SCHEMA_VERSION = 13
dir_path = os.path.abspath(os.path.dirname(__file__))
class _RollbackButIsFineException(Exception):
""" This exception is used to rollback a transaction without implying
......@@ -583,7 +585,6 @@ def schema_path(schema):
A filesystem path pointing at a ".sql" file.
"""
dir_path = os.path.dirname(__file__)
schemaPath = os.path.join(dir_path, "schema", schema + ".sql")
return schemaPath
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment