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
Fix dependency field selection in get_excluded() function
Previously, get_excluded() determined the dependency field based on
args.command, but this caused issues during teardown actions where
`podman-compose up` would pass `command=up` while needing dependents
rather than dependencies.
This change introduces an explicit dep_field parameter to eliminate
the ambiguity and ensure correct dependency resolution.
Signed-off-by: Songmin Li <[email protected]>
0 commit comments