Evgeny <[email protected]> added the comment:
You don't need action='append'. For desired behavior you can pass action='store' with nargs='*'. I think it's a simplest workaround. ---------- nosy: +gun146 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue16399> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
