File: SyntaxWarning.patch

package info (click to toggle)
jeepyb 0%2B20190513-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 308 kB
  • sloc: python: 2,157; makefile: 21
file content (11 lines) | stat: -rw-r--r-- 563 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/jeepyb/cmd/expire_old_reviews.py
+++ b/jeepyb/cmd/expire_old_reviews.py
@@ -30,7 +30,7 @@
 def expire_patch_set(ssh, patch_id, patch_subject):
     message = ('Code review expired due to no recent activity'
                ' after a negative review. It can be restored using'
-               ' the \`Restore Change\` button under the Patch Set'
+               ' the `Restore Change` button under the Patch Set'
                ' on the web interface.')
     command = ('gerrit review --abandon '
                '--message="{message}" {patch_id}').format(