Skip to content
Snippets Groups Projects
Commit 776a0704 authored by Matthew's avatar Matthew
Browse files

fix synapse_port script

parent dfeca6cf
No related branches found
No related tags found
No related merge requests found
...@@ -121,7 +121,7 @@ class Store(object): ...@@ -121,7 +121,7 @@ class Store(object):
try: try:
txn = conn.cursor() txn = conn.cursor()
return func( return func(
LoggingTransaction(txn, desc, self.database_engine, []), LoggingTransaction(txn, desc, self.database_engine, [], []),
*args, **kwargs *args, **kwargs
) )
except self.database_engine.module.DatabaseError as e: except self.database_engine.module.DatabaseError as e:
......
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