Commit 04a27908 authored by sim's avatar sim

Minor fix

parent 9f646d01
......@@ -13,7 +13,7 @@ class GargantextIni(RepositoryIni):
def __init__(self, source):
self.parser = RawConfigParser()
with open(source) as file_:
self.parser.readfp(file_)
self.parser.read_file(file_)
class GargantextConfig(AutoConfig):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment