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
#88 covers the case of an explicitly passed config that is missing.
It does not fix the case of a missing default config ("pangeo_forge_runner_config.py").
This is by design, because some commands (e.g., expand_meta) don't require config, so we should allow a missing default config to pass through without an error.
But what if a command does require config (e.g., bake) and the default config is missing? Let's resolve that in a separate PR. 🙂
The text was updated successfully, but these errors were encountered:
cisaacstern
changed the title
Error if default config is missing _and_ command requires config
Error if default config is missing *and* command requires config
Sep 1, 2023
#88 covers the case of an explicitly passed config that is missing.
It does not fix the case of a missing default config (
"pangeo_forge_runner_config.py"
).This is by design, because some commands (e.g.,
expand_meta
) don't require config, so we should allow a missing default config to pass through without an error.But what if a command does require config (e.g.,
bake
) and the default config is missing? Let's resolve that in a separate PR. 🙂The text was updated successfully, but these errors were encountered: