Skip to content

Commit 970ffe7

Browse files
committed
Fix python path
1 parent 25a87ff commit 970ffe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/python/base/params.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{% endif %}
99
{% endfor %}
1010
{% for parameter in method.parameters.path %}
11-
path = path.replace('{{ '{' }}{{ parameter.name | caseCamel }}{{ '}' }}', {{ parameter.name | escapeKeyword | caseSnake }})
11+
api_path = api_path.replace('{{ '{' }}{{ parameter.name | caseCamel }}{{ '}' }}', {{ parameter.name | escapeKeyword | caseSnake }})
1212
{% endfor %}
1313

1414
{% for parameter in method.parameters.query %}

0 commit comments

Comments
 (0)