Improve error message for non-matching patterns
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
b53e4a84d3
commit
9a1674f3bf
@ -334,7 +334,7 @@ class Gather(GatherBase):
|
|||||||
if pkgs:
|
if pkgs:
|
||||||
added.update(pkgs)
|
added.update(pkgs)
|
||||||
else:
|
else:
|
||||||
self.logger.error("Doesn't match: %s" % pattern)
|
self.logger.error("No package matches pattern %s" % pattern)
|
||||||
|
|
||||||
for pkg in added:
|
for pkg in added:
|
||||||
self._set_flag(pkg, "input")
|
self._set_flag(pkg, "input")
|
||||||
|
Loading…
Reference in New Issue
Block a user