Skip to content

Commit

Permalink
Fix bug: extra config
Browse files Browse the repository at this point in the history
  • Loading branch information
aanil committed Jul 15, 2024
1 parent 8f498b3 commit a9ab6f3
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 a9ab6f3

Please sign in to comment.