Skip to content

Commit 1bdef14

Browse files
authored
Merge pull request #246 from aanil/master
Fix bug: extra config
2 parents 8f498b3 + a9ab6f3 commit 1bdef14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

genologics/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
def get_config_info(config_file):
1818
config = ConfigParser()
19-
config.config.read_file(open(config_file))
19+
config.read_file(open(config_file))
2020

2121

2222
BASEURI = config.get('genologics', 'BASEURI').rstrip()

0 commit comments

Comments
 (0)