Skip to content

Commit

Permalink
Remove trailing dot from OSH task comments (#2481)
Browse files Browse the repository at this point in the history
Remove trailing dot from OSH task comments

... to make it easier to copy dashboard links.

TODO:

 Write new tests or update the old ones to cover new functionality.
 Update doc-strings where appropriate.
 Update or write new documentation in packit/packit.dev.
 ‹fill in›



Fixes
Related to
#2472
Merge before/after

RELEASE NOTES BEGIN
RELEASE NOTES END

Reviewed-by: Laura Barcziová
  • Loading branch information
2 parents d8f9317 + 5101601 commit 1cd971d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packit_service/worker/handlers/copr.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ def handle_scan(self):
output = self.copr_build_helper.api.run_osh_build(
srpm_path=paths[1],
base_srpm=paths[0],
comment=f"Submitted via Packit Service for {build_dashboard_url}.",
comment=f"Submitted via Packit Service for {build_dashboard_url}",
)

if not output:
Expand Down

0 comments on commit 1cd971d

Please sign in to comment.