Kaydet (Commit) b10cb9a3 authored tarafından Guido van Rossum's avatar Guido van Rossum

Enclose pattern in quotes in status message.

üst 23c115f1
......@@ -79,7 +79,7 @@ class GrepDialog(SearchDialogBase):
list.sort()
self.close()
pat = self.engine.getpat()
print "Searching %s in %s ..." % (pat, path)
print "Searching %s in %s ..." % (`pat`, path)
hits = 0
for fn in list:
try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment