Closed shubham-mahajan closed 4 years ago
Argparse has removed the type=file support in Py3.
type=file
https://docs.python.org/3/library/argparse.html#type
Using six to validate the python version and then using argparse accordingly.
Argparse has removed the
type=file
support in Py3.https://docs.python.org/3/library/argparse.html#type
Using six to validate the python version and then using argparse accordingly.