ESGF / esgf-installer

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

Refactor property checks #413

Closed William-Hill closed 6 years ago

William-Hill commented 6 years ago

When checking for a config property, an if statement has been used. This will throw an exception if the property is not in the config file. A try/except block would be a better option.