ESGF / esgf-installer

ESGF P2P Node Installer
https://esgf.llnl.gov/
Other
21 stars 21 forks source link

Configparser automatically lowercases key names #602

Closed William-Hill closed 5 years ago

William-Hill commented 5 years ago

The ConfigParser module automatically makes key names lower cased. I noticed this when using it to modify globus-connect-server-esgf.conf file. This could cause an issue as I don't know if Globus expects the keys to be case sensitive.

The issue and potential solution is outlined here: https://stackoverflow.com/a/39372011/2154867

William-Hill commented 5 years ago

Resolved in #622