Merge with 3.3
This commit is contained in:
commit
a9daee3eb0
|
@ -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…
Reference in New Issue