Merge "Fix support for Unicode value filters"
This commit is contained in:
@@ -140,7 +140,7 @@ def do_backup_list(cs, args):
|
|||||||
action='store_true',
|
action='store_true',
|
||||||
help='Show detailed information about pools.')
|
help='Show detailed information about pools.')
|
||||||
@utils.arg('--filters',
|
@utils.arg('--filters',
|
||||||
type=str,
|
type=six.text_type,
|
||||||
nargs='*',
|
nargs='*',
|
||||||
start_version='3.33',
|
start_version='3.33',
|
||||||
metavar='<key=value>',
|
metavar='<key=value>',
|
||||||
|
Reference in New Issue
Block a user