Skip to content

Commit

Permalink
force changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf Grubenmann committed Apr 5, 2024
1 parent a87f885 commit 1013907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions renku/command/checks/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ def check_plan_id(fix, plan_gateway: IPlanGateway, **_) -> Tuple[bool, bool, Opt
plan.unfreeze()
plan.id = plan.id.replace("//plans/", "/")
plan.reassign_oid()
plan._p_changed = True
plan.freeze()
project_context.database.commit()
communication.info("Workflow IDs were fixed")
Expand Down

0 comments on commit 1013907

Please sign in to comment.