forked from loafle/openapi-generator-original
[python] Add an option to add ensure_ascii=False to json.dumps (#18888)
* Added ensure ascii * add option to add ensure_ascii=False in jsom.dumps * remove option * update workflow --------- Co-authored-by: Emile Girard <Emile.Girard@opal-rt.com>
This commit is contained in:
@@ -4,6 +4,7 @@ on:
|
||||
pull_request:
|
||||
paths:
|
||||
- samples/client/echo_api/python/**
|
||||
- samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/**
|
||||
- .github/workflows/samples-python-client-echo-api.yaml
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user