Skip to content

Commit

Permalink
re-add isinstance assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
ytausch committed Mar 18, 2024
1 parent 2a4c544 commit 7f1ad3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda_forge_tick/migrators/migration_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ def __init__(
ignored_deps_per_node=ignored_deps_per_node,
)
self.yaml_contents = yaml_contents
assert isinstance(name, str)
self.name = name
self.top_level = top_level or set()
self.cycles = set(chain.from_iterable(cycles or []))
Expand Down

0 comments on commit 7f1ad3c

Please sign in to comment.