Skip to content

Commit

Permalink
🐛Ensure the progress is set to None (#4783)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg authored Sep 21, 2023
1 parent 0fb7103 commit 1d1c5d6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,10 @@ async def upsert_tasks_from_project(
if comp_task_db.node_id in published_nodes
else {}
)

if to_node_class(comp_task_db.image.name) != NodeClass.FRONTEND:
exclusion_rule.add("outputs")
else:
update_values = {}
on_update_stmt = insert_stmt.on_conflict_do_update(
index_elements=[comp_tasks.c.project_id, comp_tasks.c.node_id],
Expand Down

0 comments on commit 1d1c5d6

Please sign in to comment.