Skip to content

Commit

Permalink
Merge pull request #246 from aanil/master
Browse files Browse the repository at this point in the history
Fix bug: extra config
  • Loading branch information
chuan-wang authored Jul 16, 2024
2 parents 8f498b3 + a9ab6f3 commit 1bdef14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genologics/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

def get_config_info(config_file):
config = ConfigParser()
config.config.read_file(open(config_file))
config.read_file(open(config_file))


BASEURI = config.get('genologics', 'BASEURI').rstrip()
Expand Down

0 comments on commit 1bdef14

Please sign in to comment.