Skip to content

Commit

Permalink
reporter-bugzilla: Fix formatting in the supplementary bugs
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Srb <[email protected]>
  • Loading branch information
msrb committed Feb 18, 2024
1 parent c0c29f0 commit cc860d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/python/reporter_bugzilla.py
Original file line number Diff line number Diff line change
Expand Up @@ -772,9 +772,9 @@ def log_out(bug_info, rhbz, dump_dir_name):
if rhbz['b_create_private']:
# Create a supplementary private bug for uploading attachments
text = _(
f"This is a supplementary private bug for uploading attachments for the problem reported in {new_id}. "
f"This is a supplementary private bug for uploading attachments for the problem reported in #{new_id}. "
f"These attachments are intended to be accessible only to members of the following group(s):\n\n"
f"{",".join(rhbz['b_private_groups'])}"
f" * {",".join(rhbz['b_private_groups'])}"
).format(rhbz['b_private_groups'])
attachments_bug_id = bz_conn.bug_create(
problem_data,
Expand Down

0 comments on commit cc860d3

Please sign in to comment.