Skip to content

Commit

Permalink
Remove extra lines from --querytags output
Browse files Browse the repository at this point in the history
  • Loading branch information
abitrolly authored May 25, 2020
1 parent 513a4e4 commit 7cbe7f4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dnf/cli/commands/repoquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,12 @@
# matches %[-][dd]{attr}
QFORMAT_MATCH = re.compile(r'%(-?\d*?){([:.\w]+?)}')

QUERY_TAGS = """
QUERY_TAGS = """\
name, arch, epoch, version, release, reponame (repoid), evr,
debug_name, source_name, source_debug_name,
installtime, buildtime, size, downloadsize, installsize,
provides, requires, obsoletes, conflicts, sourcerpm,
description, summary, license, url, reason
"""
description, summary, license, url, reason"""

OPTS_MAPPING = {
'conflicts': 'conflicts',
Expand Down

0 comments on commit 7cbe7f4

Please sign in to comment.