I wrote
parser.add_argument("n_tasks", default=20, help='Number of tasks to start')
and was expecting, that absense of argument will default it to 20
. Althoug it writes
usage: get_sentinel_spawner.py [-h] n_tasks
get_sentinel_spawner.py: error: the following arguments are required: n_tasks
why?