Skip to content

Commit

Permalink
Merge PR #71 into 14.0-dev
Browse files Browse the repository at this point in the history
Signed-off-by ivs-cetmix
  • Loading branch information
CetmixGitBot committed Jul 1, 2024
2 parents 6ca3a58 + fe3f1b1 commit 8523e48
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cetmix_tower_server/models/cx_tower_key.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ def _compute_key_ref_complete(self):
if rec.key_ref:
key_prefix = self._compose_key_prefix(rec.key_type)
if key_prefix:
rec.key_ref_complete = ".".join(
("#!cxtower", key_prefix, rec.key_ref, "!#")
)
rec.key_ref_complete = f"#!cxtower.{key_prefix}.{rec.key_ref}!#"
else:
rec.key_ref_complete = None
else:
Expand Down

0 comments on commit 8523e48

Please sign in to comment.