fix fuckup
This commit is contained in:
parent
6b402b83cf
commit
c4fdc6bfdb
42 changed files with 218 additions and 359 deletions
|
@ -246,7 +246,7 @@ class fncache(object):
|
|||
'''fill the entries from the fncache file'''
|
||||
self.entries = set()
|
||||
try:
|
||||
fp = self.opener('fncache', mode='r')
|
||||
fp = self.opener('fncache', mode='rb')
|
||||
except IOError:
|
||||
# skip nonexistent file
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue