-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
one_service: fix recreation #8887
one_service: fix recreation #8887
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Backport to stable-8: 💚 backport PR created✅ Backport PR branch: Backported as #8931 🤖 @patchback |
* Fix one_service unique creation * Revert empty space * Add CHANGELOG fragment * Update CHANGELOG fragment (cherry picked from commit 0bc5f24)
Backport to stable-9: 💚 backport PR created✅ Backport PR branch: Backported as #8932 🤖 @patchback |
@abakanovskii thanks for fixing this! |
* Fix one_service unique creation * Revert empty space * Add CHANGELOG fragment * Update CHANGELOG fragment (cherry picked from commit 0bc5f24)
…8931) one_service: fix recreation (#8887) * Fix one_service unique creation * Revert empty space * Add CHANGELOG fragment * Update CHANGELOG fragment (cherry picked from commit 0bc5f24) Co-authored-by: alexander <[email protected]>
…8932) one_service: fix recreation (#8887) * Fix one_service unique creation * Revert empty space * Add CHANGELOG fragment * Update CHANGELOG fragment (cherry picked from commit 0bc5f24) Co-authored-by: alexander <[email protected]>
* Fix one_service unique creation * Revert empty space * Add CHANGELOG fragment * Update CHANGELOG fragment
SUMMARY
After some investigation i concluded that the problem described in the related issue can be fixed by changing one if-statement
Fixes #3137
ISSUE TYPE
COMPONENT NAME
one_service
ADDITIONAL INFORMATION
I also deleted a space between a function and a body because in all other functions there is no