Skip to content
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

[FIX] cetmix_tower_server: fixed complete key ref computation #71

Merged

Conversation

dmitriypaulov
Copy link
Contributor

fixed complete key ref computation

rec.key_ref_complete = ".".join(
("#!cxtower", key_prefix, rec.key_ref, "!#")
)
rec.key_ref_complete = "#!cxtower.%(prefix)s.%(ref)s!#" % {
Copy link
Contributor

Choose a reason for hiding this comment

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

This string is not translatable so better use f-string here. Because it's faster.

Copy link
Contributor

@ivs-cetmix ivs-cetmix left a comment

Choose a reason for hiding this comment

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

LGTM

[REF] cetmix_tower_server: replaced plain formatting with an f-string
@dmitriypaulov dmitriypaulov force-pushed the 14.0-t3504-cetmix_tower_server-fix_complete_key_ref branch from f206b66 to fe3f1b1 Compare July 1, 2024 18:39
@ivs-cetmix
Copy link
Contributor

/ocabot merge nobump

@CetmixGitDrone
Copy link

This PR looks fantastic, let's merge it!
Prepared branch 14.0-dev-ocabot-merge-pr-71-by-ivs-cetmix-bump-nobump, awaiting test results.

@CetmixGitDrone CetmixGitDrone merged commit 8523e48 into 14.0-dev Jul 1, 2024
5 checks passed
@CetmixGitDrone
Copy link

Congratulations, your PR was merged at 8523e48. Thanks a lot for contributing to cetmix. ❤️

@CetmixGitDrone CetmixGitDrone deleted the 14.0-t3504-cetmix_tower_server-fix_complete_key_ref branch July 1, 2024 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants