Skip to content

Commit

Permalink
Merge pull request #221 from perlpunk/encode-url
Browse files Browse the repository at this point in the history
Encode values in URLs
  • Loading branch information
mergify[bot] authored Mar 27, 2023
2 parents c2ad386 + 14e7a08 commit 7decd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openqa_review/openqa_review.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ def build_url(build):
)
return "/tests/overview?%s&version=%s&build=%s&groupid=%i" % (
distri_str,
b["version"],
quote(b["version"]),
quote(build),
job_group["group"]["id"],
)
Expand Down

0 comments on commit 7decd54

Please sign in to comment.