mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Merge with 3.3
This commit is contained in:
commit
a9daee3eb0
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class GrepDialog(SearchDialogBase):
|
|||
def findfiles(self, dir, base, rec):
|
||||
try:
|
||||
names = os.listdir(dir or os.curdir)
|
||||
except OSerror as msg:
|
||||
except OSError as msg:
|
||||
print(msg)
|
||||
return []
|
||||
list = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue