We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bca2d7 commit 7b1893dCopy full SHA for 7b1893d
can/logger.py
@@ -43,7 +43,7 @@ def _create_base_argument_parser(parser: argparse.ArgumentParser) -> None:
43
dest="interface",
44
help="""Specify the backend CAN interface to use. If left blank,
45
fall back to reading from configuration files.""",
46
- choices=can.VALID_INTERFACES,
+ choices=sorted(can.VALID_INTERFACES),
47
)
48
49
parser.add_argument(
0 commit comments