#743 - Trying to fix this.

This commit is contained in:
ccostan
2020-05-21 18:48:00 -04:00
parent cf3764e3e4
commit 5c7334bc05
42 changed files with 863 additions and 513 deletions

View File

@@ -26,7 +26,7 @@ def should_try_releases(repository):
return False
if repository.data.category not in ["plugin", "theme"]:
return False
if not repository.releases.releases:
if not repository.data.releases:
return False
return True