Merge pull request #4697 from ryanpetrello/cli-human-uniqueness

cli: fix a minor bug in uniqueness rule detection

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot]
2019-09-10 15:01:34 +00:00
committed by GitHub
2 changed files with 7 additions and 11 deletions

View File

@@ -181,7 +181,7 @@ class CLI(object):
_filter == '.' and
self.resource in UNIQUENESS_RULES
):
_filter = UNIQUENESS_RULES[self.resource]
_filter = ', '.join(UNIQUENESS_RULES[self.resource])
formatted = format_response(
response,