Fix bug report including rB commit hash prefix not needed for Gitea

This commit is contained in:
Brecht Van Lommel 2023-02-13 17:05:32 +01:00
parent 675717eb79
commit 64e4aede7f
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ def url_prefill_from_blender(*, addon_info=None):
"**Blender Version**\n"
)
fh.write(
"Broken: version: %s, branch: %s, commit date: %s %s, hash: `rB%s`\n" % (
"Broken: version: %s, branch: %s, commit date: %s %s, hash: `%s`\n" % (
bpy.app.version_string,
bpy.app.build_branch.decode('utf-8', 'replace'),
bpy.app.build_commit_date.decode('utf-8', 'replace'),