-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mssql_script: make module Python 2 compatible #7821
mssql_script: make module Python 2 compatible #7821
Conversation
Backport to stable-7: 💚 backport PR created✅ Backport PR branch: Backported as #7865 🤖 @patchback |
Make module Python 2 compatible. (cherry picked from commit 92f8bf7)
@markuman thanks for reviewing this! |
Backport to stable-8: 💚 backport PR created✅ Backport PR branch: Backported as #7866 🤖 @patchback |
Make module Python 2 compatible. (cherry picked from commit 92f8bf7)
…on 2 compatible (#7865) mssql_script: make module Python 2 compatible (#7821) Make module Python 2 compatible. (cherry picked from commit 92f8bf7) Co-authored-by: Felix Fontein <[email protected]>
…on 2 compatible (#7866) mssql_script: make module Python 2 compatible (#7821) Make module Python 2 compatible. (cherry picked from commit 92f8bf7) Co-authored-by: Felix Fontein <[email protected]>
SUMMARY
splitlines()
does not accept kwargs on Python 2, only positional parameters.Fixes #7818.
ISSUE TYPE
COMPONENT NAME
mssql_script