Skip to content

Commit

Permalink
Update conda_forge_tick/make_migrators.py
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Nov 26, 2024
1 parent a571fee commit 06876d7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions conda_forge_tick/make_migrators.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,16 +151,16 @@ def add_replacement_migrator(
graph=total_graph,
),
)

migrators.append(
Replacement(
old_pkg=old_pkg,
new_pkg=new_pkg,
rationale=rationale,
pr_limit=PR_LIMIT,
graph=total_graph,
),
)
else:
migrators.append(
Replacement(
old_pkg=old_pkg,
new_pkg=new_pkg,
rationale=rationale,
pr_limit=PR_LIMIT,
graph=total_graph,
),
)


def add_arch_migrate(migrators: MutableSequence[Migrator], gx: nx.DiGraph) -> None:
Expand Down

0 comments on commit 06876d7

Please sign in to comment.