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
sync --no-optimize doesn't pass False to the server, because the check is "if optimize" instead of "if optimize is not None". --mirror/--no-mirror works only because the server-side default is "False".
Summary
sync --no-optimize
doesn't pass False to the server, because the check is "if optimize" instead of "if optimize is not None".--mirror/--no-mirror
works only because the server-side default is "False".See https://github.com/pulp/pulp-cli/blob/main/pulpcore/cli/rpm/repository.py#L222-L225
The text was updated successfully, but these errors were encountered: