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
In #2520, I changed a bunch of config option names, which will break existing config files. Maybe before release the next version we should add back in the old options, but with a deprecation warning? (e.g. put them back in, but with an @observe function that issues a more useful error like:
The config option write_images is now write_dl1_images, please update your configuration file
Would this be useful? Or just confusing? It could even simply forward those options to the new version, so old config files would work, but with a warning until the next release.
The text was updated successfully, but these errors were encountered:
In #2520, I changed a bunch of config option names, which will break existing config files. Maybe before release the next version we should add back in the old options, but with a deprecation warning? (e.g. put them back in, but with an
@observe
function that issues a more useful error like:Would this be useful? Or just confusing? It could even simply forward those options to the new version, so old config files would work, but with a warning until the next release.
The text was updated successfully, but these errors were encountered: