Make to Optional Arguments

This commit is contained in:
Sébastien Albert 2022-09-02 16:32:52 +02:00
parent 3c6b999d54
commit 58fd5a1b09

View file

@ -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: