File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
services/director-v2/src/simcore_service_director_v2/modules/osparc_variables Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -204,9 +204,7 @@ async def resolve_and_substitute_session_variables_in_model(
204204 project_id = project_id ,
205205 node_id = node_id ,
206206 run_id = service_run_id ,
207- api_server_base_url = f"{ app_settings .DIRECTOR_V2_PUBLIC_API_BASE_URL } " .rstrip (
208- "/"
209- ),
207+ api_server_base_url = app_settings .DIRECTOR_V2_PUBLIC_API_BASE_URL ,
210208 ),
211209 )
212210 _logger .debug ("replacing with the identifiers=%s" , identifiers )
@@ -250,9 +248,7 @@ async def resolve_and_substitute_session_variables_in_specs(
250248 project_id = project_id ,
251249 node_id = node_id ,
252250 run_id = service_run_id ,
253- api_server_base_url = f"{ app_settings .DIRECTOR_V2_PUBLIC_API_BASE_URL } " .rstrip (
254- "/"
255- ),
251+ api_server_base_url = app_settings .DIRECTOR_V2_PUBLIC_API_BASE_URL ,
256252 ),
257253 )
258254
You can’t perform that action at this time.
0 commit comments