Skip to content

Commit 5bf69b9

Browse files
committed
remove TODO
1 parent 8cd8a0d commit 5bf69b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

conda_forge_tick/auto_tick.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,6 @@ def _run_migrator_on_feedstock_branch(
758758

759759
except (github3.GitHubError, github.GithubException) as e:
760760
# TODO: pull this down into run() - also check the other exceptions
761-
# TODO: continue here, after that run locally and add tests, backend should be injected into run
762761
if hasattr(e, "msg") and e.msg == "Repository was archived so is read-only.":
763762
attrs["archived"] = True
764763
else:

0 commit comments

Comments
 (0)