We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a96ae8 commit bd1150cCopy full SHA for bd1150c
metaflow/cli.py
@@ -458,7 +458,7 @@ def start(
458
# We can now set the the CONFIGS value in the flow properly. This will overwrite
459
# anything that may have been passed in by default and we will use exactly what
460
# the original flow had. Note that these are accessed through the parameter name
461
- # We need to save the "plane-ness" flag to carry it over
+ # We need to save the "plain-ness" flag to carry it over
462
config_plain_flags = {
463
k: v[1] for k, v in ctx.obj.flow._flow_state[FlowStateItems.CONFIGS].items()
464
}
0 commit comments