Skip to content

Commit

Permalink
squash: Quote user login in the query
Browse files Browse the repository at this point in the history
  • Loading branch information
psss committed Jan 8, 2024
1 parent 92c5e82 commit d339504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion did/plugins/jira.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def fetch(self):
self.parent.verified_status, self.user.login or self.user.email
))
query = (
"status changed to '{0}' and status changed by {1} "
"status changed to '{0}' and status changed by '{1}' "
"after {2} before {3}".format(
self.parent.verified_status,
self.user.login or self.user.email,
Expand Down

0 comments on commit d339504

Please sign in to comment.