Skip to content

Commit eadea2b

Browse files
fix kwarg
1 parent b88fdbb commit eadea2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cxone_api/high/scans.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def __set_engine_filter(project_config_dict, dest_dict):
265265
@staticmethod
266266
async def from_project_id(cxone_client : CxOneClient, project_id : str):
267267
return await ScanFilterConfig.from_project_config_json(cxone_client,
268-
json_on_ok(await retrieve_project_configuration(cxone_client, project_id)))
268+
json_on_ok(await retrieve_project_configuration(cxone_client, project_id=project_id)))
269269

270270
@staticmethod
271271
async def from_repo_config(cxone_client : CxOneClient, repo_config : ProjectRepoConfig):

0 commit comments

Comments
 (0)