Skip to content

Commit 21b3a06

Browse files
authored
Fix logging placeholder for apigateway openapi import (#12800)
1 parent 5783fa3 commit 21b3a06

File tree

1 file changed

+1
-1
lines changed
  • localstack-core/localstack/services/apigateway

1 file changed

+1
-1
lines changed

localstack-core/localstack/services/apigateway/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ def add_path_methods(rel_path: str, parts: List[str], parent_id=""):
739739
model_ref = media_type.get("schema", {}).get("$ref")
740740
continue
741741
LOG.warning(
742-
"Found '%s' content-type for the MethodResponse model for path '%s' and method '', not adding the model as currently not supported",
742+
"Found '%s' content-type for the MethodResponse model for path '%s' and method '%s', not adding the model as currently not supported",
743743
content_type,
744744
rel_path,
745745
method_name,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy