I like your tool and wanted to run it using --parallel option, but found it threw an exception if I set any value; TypeError: unsupported operand type(s) for -: 'str' and 'int' for Python 2 and TypeError: '<' not supported between instances of 'str' and 'int' for 3. I set the argparse default type to fix.
CI build errors are in tests test_get_endpoint_hosts and test_get_service_regions and look related to changes in AWS client capabilities than my modification.
I like your tool and wanted to run it using
--parallel
option, but found it threw an exception if I set any value;TypeError: unsupported operand type(s) for -: 'str' and 'int'
for Python 2 andTypeError: '<' not supported between instances of 'str' and 'int'
for 3. I set theargparse
default type to fix.