-
Killian Lufau authored
argparse is error-prone in that `action='append'` starts from (a copy of) the given default when it adds values from command-line, rather than restarting from an empty list. For example, simply passing `--disable-proto udp` resulted in ['udp', 'udp6', 'udp'], which caused 'udp6' to remain disabled. /reviewed-on !17
120fff13
Name |
Last commit
|
Last update |
---|---|---|
daemon | ||
debian | ||
demo | ||
docs | ||
draft | ||
examples | ||
re6st | ||
simulation | ||
.gitignore | ||
CHANGES.rst | ||
COPYING | ||
MANIFEST.in | ||
Makefile | ||
README.rst | ||
TODO | ||
re6st-conf | ||
re6st-registry | ||
re6stnet | ||
re6stnet.spec | ||
setup.py |