You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The _readEsgfConfig() function in config.py adds a section header to the esgf.properties to make it conform to the format the ConfigParser Python module expects.
The esgf.properties file in ESGF 3.0 already has a section header. _readEsgfConfig() should check if a section header if already present and skip adding a new header in that case. This should make compatible with 3.0 without breaking 2.x compatibility.
The text was updated successfully, but these errors were encountered:
The _readEsgfConfig() function in config.py adds a section header to the esgf.properties to make it conform to the format the ConfigParser Python module expects.
The esgf.properties file in ESGF 3.0 already has a section header. _readEsgfConfig() should check if a section header if already present and skip adding a new header in that case. This should make compatible with 3.0 without breaking 2.x compatibility.
The text was updated successfully, but these errors were encountered: