mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
Bulk: enclose .keys() method with list where list (from python2) expected
Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
504fca732a
commit
521bc6056e
@ -51,7 +51,7 @@ COMMON_OPTIONS = [
|
||||
choices=['yes', 'no', 'auto']),
|
||||
Option("--color-scheme", help=("use this colour scheme "
|
||||
"(implies --color=yes)"),
|
||||
choices=COLOUR_SETS.keys()),
|
||||
choices=list(COLOUR_SETS.keys())),
|
||||
Option("-S", "--shorten-names",
|
||||
help="don't print long common suffixes",
|
||||
action='store_true', default=False),
|
||||
|
Reference in New Issue
Block a user