Skip to content

Commit

Permalink
Fix indentation lost in translation
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe Morin <[email protected]>
  • Loading branch information
JeanChristopheMorinPerso committed Apr 13, 2024
1 parent c6658da commit 03faef9
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions src/rezplugins/release_hook/rezconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,24 @@
# - variants: Namespace for info about the variants that were released:
# - count: The number of variants that were released;
# - paths: Newline-separated paths to the root of each variant.
"body": \
"""
Package '{package.qualified_name}' was released by {system.user}@{system.fqdn}.
"body": """
Package '{package.qualified_name}' was released by {system.user}@{system.fqdn}.
USER: {system.user}
PACKAGE: {package.qualified_name}
RELEASED TO: {release.path}
PREVIOUS VERSION: {release.previous_version}
REZ VERSION: {system.rez_version}
USER: {system.user}
PACKAGE: {package.qualified_name}
RELEASED TO: {release.path}
PREVIOUS VERSION: {release.previous_version}
REZ VERSION: {system.rez_version}
{variants.count} VARIANTS:
{variants.paths}
{variants.count} VARIANTS:
{variants.paths}
MESSAGE:
{release.message}
MESSAGE:
{release.message}
CHANGELOG:
{release.changelog}
""".strip()
CHANGELOG:
{release.changelog}
""".strip()
}

command = {
Expand Down

0 comments on commit 03faef9

Please sign in to comment.