mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Enclose pattern in quotes in status message.
This commit is contained in:
parent
23c115f1c9
commit
b10cb9a383
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue