Show More
@@ -122,6 +122,11 b' substitutions = [' | |||
|
122 | 122 | % (m.group(1), m.group(2)) |
|
123 | 123 | ), |
|
124 | 124 | ), |
|
125 | # `discovery debug output | |
|
126 | ( | |
|
127 | br'\b(\d+) total queries in \d.\d\d\d\ds\b', | |
|
128 | lambda m: (br'%s total queries in *.????s (glob)' % m.group(1)), | |
|
129 | ), | |
|
125 | 130 | ] |
|
126 | 131 | |
|
127 | 132 | # Various platform error strings, keyed on a common replacement string |
General Comments 0
You need to be logged in to leave comments.
Login now