Merge "Fix support for Unicode value filters"

This commit is contained in:
Jenkins
2017-07-26 00:48:04 +00:00
committed by Gerrit Code Review

View File

@@ -140,7 +140,7 @@ def do_backup_list(cs, args):
action='store_true',
help='Show detailed information about pools.')
@utils.arg('--filters',
type=str,
type=six.text_type,
nargs='*',
start_version='3.33',
metavar='<key=value>',