summaryrefslogtreecommitdiff
path: root/src/local
diff options
context:
space:
mode:
Diffstat (limited to 'src/local')
-rw-r--r--src/local/domain/cri/test_domain__CRI.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/local/domain/cri/test_domain__CRI.py b/src/local/domain/cri/test_domain__CRI.py
index bacded97..418c8aef 100644
--- a/src/local/domain/cri/test_domain__CRI.py
+++ b/src/local/domain/cri/test_domain__CRI.py
@@ -35,7 +35,7 @@ class Test_Domain_CRI(unittest.TestCase):
'match (n)-[r:Knows]->(m:Skill)',
'return n.name, collect({skill_name: m.name, skill_level: r.proficiency})'
]
- op = DBO_cypher_query(q_arr);
+ op = DBO_cypher_query(q_arr)
cur_f_name = inspect.stack()[0][3]
def q_process_result_set():