diff options
-rwxr-xr-x | bin/repoman | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman index 0ad3579d4..5c2f03a56 100755 --- a/bin/repoman +++ b/bin/repoman @@ -322,7 +322,7 @@ qahelp={ qacats = qahelp.keys() qacats.sort() -qawarnings = frozenset(( +qawarnings = set(( "changelog.missing", "changelog.notadded", "digestentry.unused", |