Skip to content

Fix ci failure#2835

Merged
iscai-msft merged 6 commits intomainfrom
fix-ci-2024-09-11
Sep 11, 2024
Merged

Fix ci failure#2835
iscai-msft merged 6 commits intomainfrom
fix-ci-2024-09-11

Conversation

@msyyc
Copy link
Copy Markdown
Member

@msyyc msyyc commented Sep 11, 2024

{% set param_description_and_response_docstring = serializer.param_description_and_response_docstring(builder) %}
{% set ns = namespace(line_too_long=false) %}
{% for item in param_description_and_response_docstring %}
{% if item and serializer.line_too_long(wrap_string(item, wrapstring='\n ').split('\n'), 8) %}
Copy link
Copy Markdown
Member Author

@msyyc msyyc Sep 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are 8 spaces of indentation for docstring in operation so we need to add it when counting line length.

@msyyc msyyc marked this pull request as ready for review September 11, 2024 10:27
@iscai-msft iscai-msft merged commit c87dcad into main Sep 11, 2024
@iscai-msft iscai-msft deleted the fix-ci-2024-09-11 branch September 11, 2024 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants