I am using python argparse with the following argument definition:
parser.add_argument(\'path\', nargs=1, help=\'File path to process\')
Bu
The globbing is done by your shell, not by the argparse module. print sys.argv at the beginning and you will see what argparse gets as input.
sys.argv