fix py2 test failure
fix suggested by julian8628
This commit is contained in:
parent
26f0e3e98a
commit
204b45edcc
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ class FakeConfigParser(object):
|
|||
else:
|
||||
self.CONFIG = copy.deepcopy(config)
|
||||
|
||||
def read(self, path, encoding):
|
||||
def read(self, path, encoding=None):
|
||||
return
|
||||
|
||||
def sections(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue