We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562cc3d commit 77acb8bCopy full SHA for 77acb8b
generate.py
@@ -66,7 +66,9 @@ def get_data(
66
if repo:
67
completion, translators_data = get_completion(clones_dir, repo)
68
visitors_num = get_number_of_visitors(language.code) if built else 0
69
- warnings = build_warnings.number(clones_dir, repo, language.code)
+ warnings = (
70
+ build_warnings.number(clones_dir, repo, language.code) if completion else 0
71
+ )
72
else:
73
completion = 0.0
74
translators_data = TranslatorsData(0, False)
0 commit comments