Commit 1224daac authored by Joel Collins's avatar Joel Collins
Browse files

Fixed task termination

parent 779c112e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@ class TaskAPI(MethodView):
        """

        try:
            task = tasks_representation()[task_id]
            task = tasks[task_id]
        except KeyError:
            return abort(404)  # 404 Not Found