Skip to content

Commit

Permalink
print comps file name
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiaverga committed Aug 21, 2023
1 parent 0738d38 commit ec608bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bodhi-server/bodhi/server/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def sanity_check_repodata(myurl, repo_type):
try:
ret = comps.fromxml_f(repo_info['group'])
except Exception:
raise RepodataException('Comps file unable to be parsed')
raise RepodataException('Comps file unable to be parsed:' + repo_info['group'])
if len(comps.groups) < 1:
raise RepodataException('Comps file empty')

Expand Down

0 comments on commit ec608bc

Please sign in to comment.