Skip to content

Commit f3e58c9

Browse files
beckermrytausch
authored andcommitted
Update conda_forge_tick/make_migrators.py
1 parent 775e38d commit f3e58c9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

conda_forge_tick/make_migrators.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -152,16 +152,16 @@ def add_replacement_migrator(
152152
graph=total_graph,
153153
),
154154
)
155-
156-
migrators.append(
157-
Replacement(
158-
old_pkg=old_pkg,
159-
new_pkg=new_pkg,
160-
rationale=rationale,
161-
pr_limit=PR_LIMIT,
162-
graph=total_graph,
163-
),
164-
)
155+
else:
156+
migrators.append(
157+
Replacement(
158+
old_pkg=old_pkg,
159+
new_pkg=new_pkg,
160+
rationale=rationale,
161+
pr_limit=PR_LIMIT,
162+
graph=total_graph,
163+
),
164+
)
165165

166166

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

0 commit comments

Comments
 (0)