Skip to content

Commit

Permalink
Fix server error in modify.
Browse files Browse the repository at this point in the history
This is no longer needed, as the itp will be updated in the next request task.
  • Loading branch information
peregrineshahin committed Jul 13, 2023
1 parent c1f29c0 commit 2b35441
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/fishtest/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,6 @@ def tests_modify(request):
and request.POST["info"].strip() != ""
):
run["args"]["info"] = request.POST["info"].strip()
request.rundb.calc_itp(run)
request.rundb.buffer(run, True)
request.rundb.task_time = 0

Expand Down

0 comments on commit 2b35441

Please sign in to comment.