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

Fix port script

We changed _simple_update_one_txn to use _simple_update_txn but didn't
yank it out in the port script.

Fixes #2565
parent f009df23
No related branches found
No related tags found
No related merge requests found
......@@ -112,6 +112,7 @@ class Store(object):
_simple_update_one = SQLBaseStore.__dict__["_simple_update_one"]
_simple_update_one_txn = SQLBaseStore.__dict__["_simple_update_one_txn"]
_simple_update_txn = SQLBaseStore.__dict__["_simple_update_txn"]
def runInteraction(self, desc, func, *args, **kwargs):
def r(conn):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment