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

Task #9607: added missing return

parent f07714ee
No related branches found
No related tags found
No related merge requests found
......@@ -214,6 +214,7 @@ class ResourceAssigner():
logger.error(e)
self.radbrpc.updateTask(taskId, status='error')
self._sendNotification(task, 'error')
return
if not str(otdb_id) in needed:
logger.error("no otdb_id %s found in estimator results %s" % (otdb_id, needed))
......
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