Skip to content

Commit

Permalink
revert partially
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Jan 14, 2025
1 parent 77c86ad commit fa6f0fa
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,7 @@ async def resolve_and_substitute_session_variables_in_model(
project_id=project_id,
node_id=node_id,
run_id=service_run_id,
api_server_base_url=f"{app_settings.DIRECTOR_V2_PUBLIC_API_BASE_URL}".rstrip(
"/"
),
api_server_base_url=app_settings.DIRECTOR_V2_PUBLIC_API_BASE_URL,
),
)
_logger.debug("replacing with the identifiers=%s", identifiers)
Expand Down Expand Up @@ -250,9 +248,7 @@ async def resolve_and_substitute_session_variables_in_specs(
project_id=project_id,
node_id=node_id,
run_id=service_run_id,
api_server_base_url=f"{app_settings.DIRECTOR_V2_PUBLIC_API_BASE_URL}".rstrip(
"/"
),
api_server_base_url=app_settings.DIRECTOR_V2_PUBLIC_API_BASE_URL,
),
)

Expand Down

0 comments on commit fa6f0fa

Please sign in to comment.