Home
last modified time | relevance | path

Searched refs:no_match_pkg_specs (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/dnf/dnf-4.9.0/dnf/
H A Dexceptions.py110 def __init__(self, no_match_group_specs=(), error_group_specs=(), no_match_pkg_specs=(), argument
114 if (no_match_pkg_specs):
115 msg += "\n" + _("missing packages: ") + ", ".join(no_match_pkg_specs)
138 self.no_match_pkg_specs = no_match_pkg_specs
H A Dbase.py1936 no_match_pkg_specs = []
1946 no_match_pkg_specs.append(spec)
1969 if no_match_group_specs or error_group_specs or no_match_pkg_specs or error_pkg_specs \
1973 no_match_pkg_specs=no_match_pkg_specs,
/dports/sysutils/dnf/dnf-4.9.0/tests/api/
H A Dtest_dnf_exceptions.py55 no_match_pkg_specs=(),
/dports/sysutils/dnf/dnf-4.9.0/doc/
H A Dapi_exceptions.rst48 …ng processing of the request. The available error categories are ``no_match_pkg_specs`` for missin…