We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f498b3 + a9ab6f3 commit 1bdef14Copy full SHA for 1bdef14
1 file changed
genologics/config.py
@@ -16,7 +16,7 @@
16
17
def get_config_info(config_file):
18
config = ConfigParser()
19
- config.config.read_file(open(config_file))
+ config.read_file(open(config_file))
20
21
22
BASEURI = config.get('genologics', 'BASEURI').rstrip()
0 commit comments