kevinkelin opened a new pull request, #15145: URL: https://github.com/apache/dolphinscheduler/pull/15145
when '\n' indicates the presence of a variable in python task,then needs to use 'repr(value)' ## Purpose of the pull request close #15136 Use python task need notice ## Brief change log In parameter chapter, use setValue func for set a parameter in all flow, when the value contains `\n` , we must use `repr(value)` for format string in python task. ## Verify this pull request This pull request is code cleanup without any test coverage. *(or)* This pull request is already covered by existing tests, such as *(please describe tests)*. (or) This change added tests and can be verified as follows: (or) If your pull request contain incompatible change, you should also add it to `docs/docs/en/guide/upgrede/incompatible.md` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
