Skip to content

Commit 4a22dca

Browse files
committed
Iterator: continue when no repo
1 parent 6822713 commit 4a22dca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def get_completion_progress() -> (
5454
in_switcher = languages_built.get(language)
5555
if not repo:
5656
yield language, repo, 0.0, 0, 0, built_on_docs_python_org, in_switcher
57+
continue
5758
completion_number, translators_number = get_completion(clones_dir, repo)
5859
if built_on_docs_python_org:
5960
visitors_number = visitors.get_number_of_visitors(language)

0 commit comments

Comments
 (0)