Skip to content
Snippets Groups Projects
Commit 915c4cf9 authored by keleher's avatar keleher
Browse files

auto

parent 64a507aa
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ import random ...@@ -10,7 +10,7 @@ import random
##################################################################################################### #####################################################################################################
def SubtractTen(tstate, relation, primary_id): def SubtractTen(tstate, relation, primary_id):
Subtract(tstate, relation, 10) Subtract(tstate, relation, primary_id, 10)
def Subtract(tstate, relation, primary_id, val): def Subtract(tstate, relation, primary_id, val):
tup = relation.getTuple(primary_id) tup = relation.getTuple(primary_id)
......
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