Skip to content

Commit

Permalink
Merge pull request openSUSE#3059 from tacerus/escape
Browse files Browse the repository at this point in the history
build-fail-reminder: don't escape characters
  • Loading branch information
Vogtinator authored May 16, 2024
2 parents 2c8dfbe + 17f7a9c commit b854784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-fail-reminder.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def main(args):
# Package failed to build for 6 weeks - file a delete request
r = osc.core.Request()
r.add_action('delete', tgt_project=project, tgt_package=package)
r.description = "[botdel] Package has had build problems for >= 6 weeks"
r.description = "[botdel] Package has had build problems for >= 6 weeks"
r.create(apiurl)

if len(ProjectComplainList):
Expand Down

0 comments on commit b854784

Please sign in to comment.