mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Kitsu : Ignore_projects - minor fix - indent
This commit is contained in:
parent
8d70700d03
commit
fb48faf386
1 changed files with 1 additions and 1 deletions
|
|
@ -341,7 +341,7 @@ def sync_all_projects(login: str, password: str, ignore_projects: list = None):
|
|||
all_projects = gazu.project.all_open_projects()
|
||||
for project in all_projects:
|
||||
if ignore_projects and project["name"] in ignore_projects:
|
||||
continue
|
||||
continue
|
||||
sync_project_from_kitsu(dbcon, project)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue