mirror of
https://github.com/ceph/ceph
synced 2025-01-01 08:32:24 +00:00
Merge pull request #25961 from p-na/wip-pna-fix-argparse
ceph_argparse: fix --verbose Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
c8cf73015e
@ -1138,7 +1138,7 @@ def validate_command(sigdict, args, verbose=False):
|
||||
if matched < best_match_cnt:
|
||||
continue
|
||||
if verbose:
|
||||
print("better match: {0} > {1}: {3} ".format(
|
||||
print("better match: {0} > {1}: {2} ".format(
|
||||
matched, best_match_cnt, concise_sig(sig)
|
||||
), file=sys.stderr)
|
||||
if matched > best_match_cnt:
|
||||
|
Loading…
Reference in New Issue
Block a user