diff --git a/dnf/cli/output.py b/dnf/cli/output.py index 2156f3927f..1e12c9b484 100644 --- a/dnf/cli/output.py +++ b/dnf/cli/output.py @@ -73,7 +73,7 @@ class Output(object): def __init__(self, base, conf): self.conf = conf self.base = base - self.term = dnf.cli.term.Term() + self.term = dnf.cli.term.Term(color=base.conf.color) self.progress = None def _banner(self, col_data, row):