13871b64fb
The `get_variants()` method had a `recursive` argument with default value of `False. However, this argument had no effect and the method always returned all variants recursively. We can just drop the argument. All callers are updated to not supply the argument. Should any need for getting the top-level variants only arise, they can be accessed as the `variants` attribute directly on the Compose object. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com> |
||
---|---|---|
.. | ||
comps_filter | ||
pungi | ||
pungi-config-validate | ||
pungi-fedmsg-notification | ||
pungi-koji | ||
pungi-make-ostree |