File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
services/director-v2/src/simcore_service_director_v2/modules/dynamic_sidecar Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -277,6 +277,7 @@ async def assemble_spec( # pylint: disable=too-many-arguments # noqa: PLR0913
277277 simcore_service_labels : SimcoreServiceLabels ,
278278 allow_internet_access : bool ,
279279 product_name : ProductName ,
280+ product_api_base_url : str ,
280281 user_id : UserID ,
281282 project_id : ProjectID ,
282283 node_id : NodeID ,
@@ -354,6 +355,7 @@ async def assemble_spec( # pylint: disable=too-many-arguments # noqa: PLR0913
354355 safe = False ,
355356 user_id = user_id ,
356357 product_name = product_name ,
358+ product_api_base_url = product_api_base_url ,
357359 project_id = project_id ,
358360 node_id = node_id ,
359361 service_run_id = service_run_id ,
@@ -394,6 +396,7 @@ async def assemble_spec( # pylint: disable=too-many-arguments # noqa: PLR0913
394396 user_id = user_id ,
395397 safe = True ,
396398 product_name = product_name ,
399+ product_api_base_url = product_api_base_url ,
397400 project_id = project_id ,
398401 node_id = node_id ,
399402 service_run_id = service_run_id ,
You can’t perform that action at this time.
0 commit comments