mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Make to Optional Arguments
This commit is contained in:
parent
3c6b999d54
commit
58fd5a1b09
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@ def write_project_to_op(project: dict, dbcon: AvalonMongoDB) -> UpdateOne:
|
|||
)
|
||||
|
||||
|
||||
def sync_all_projects(login: str, password: str, ignore_projects: list = []):
|
||||
def sync_all_projects(login: str, password: str, ignore_projects=[]):
|
||||
"""Update all OP projects in DB with Zou data.
|
||||
|
||||
Args:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue