Skip to content

Commit 35b0ca9

Browse files
committed
Make sure there's a channel for Doof to talk to before adding it to the list
1 parent b77fb2c commit 35b0ca9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ def load_repos_info(channel_lookup):
344344
versioning_strategy=repo_info.get("versioning_strategy", FILE_VERSION),
345345
)
346346
for repo_info in repos_info["repos"]
347-
if repo_info.get("repo_url")
347+
if repo_info.get("repo_url") and repo_info.get("channel_name") and channel_lookup.get(repo_info.get("channel_name"))
348348
]
349349

350350
# some basic validation for sanity checking

0 commit comments

Comments
 (0)