Skip to content

Commit

Permalink
Fix pylama issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aquan9 committed Oct 31, 2023
1 parent 3c460bb commit 377641d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion beeflow/wf_manager/resources/wf_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ def put(self):
db.workflows.add_task(new_task.id, wf_id, new_task.name, "WAITING")
if new_task is None:
log.info('No more restarts')
state = wfi.get_task_state(task)
return make_response(jsonify(status=f'Task {task_id} set to {job_state}'))
# Submit the restart task
tasks = [new_task]
Expand Down

0 comments on commit 377641d

Please sign in to comment.