Skip to content

Commit ceb9150

Browse files
committed
revert partially
1 parent 56ab11e commit ceb9150

File tree

1 file changed

+2
-6
lines changed
  • services/director-v2/src/simcore_service_director_v2/modules/osparc_variables

1 file changed

+2
-6
lines changed

services/director-v2/src/simcore_service_director_v2/modules/osparc_variables/substitutions.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)