Closed scotthavens closed 4 years ago
So the problem here is that while it is being removed before hand, it is in the coreconfig and there is a recipe (gridded_recipe) it is being added back in. And since the changelog shows it was deleted they now conflict after applying recipes. So inicheck here is actually doing the right thing. The real issue is that I didn't make the change log agree with the core config. The question here is whether we want to adjust the changelog or remove it from the coreconfig and implement #100. Thoughts?
Let's remove it from the change log for now and #100 will be the issue to remove from the core config and add to the change log.
Trying to run a config file after applying the changes and it will not run saying that the
gridded/zone_number -> REMOVED
. The value is removed but still in theCoreConfig
but saying it's removed inchangelog.ini
.