CountESS-Project / CountESS

CountESS
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

crashing on invalid ini file load #15

Open nickzoic opened 1 year ago

nickzoic commented 1 year ago

Currently the config file loader crashes out with a KeyError if there are parameters in the config file not present in the plugin. This isn't great. Should generate a warning and a nice pop-up display.

Probably should also be checking for changes in plugin revision and warning about those too.

nickzoic commented 7 months ago

also, if it is called with a nonexistent .ini file it doesn't load anything but also doesn't show an error, which is confusing.