Skip to content
Snippets Groups Projects
Commit 5be7d5e7 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

Task #8887: typo

parent 868bebd8
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ class RADatabase:
def getTaskStatusId(self, status_name):
query = '''SELECT id from resource_allocation.task_status
WHERE name = %s;'''
result = self._executeQuery(query, [status_name], fetch=_FETCH_One)
result = self._executeQuery(query, [status_name], fetch=_FETCH_ONE)
if result:
return result['id']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment