The argparser automatically interpreted the jobs
argument as a string,
while the program expects an integer. By setting the type parameter to
int
this problem is automatically resolved.
Should resolve issue #1.
The argparser automatically interpreted the jobs
argument as a string,
while the program expects an integer. By setting the type parameter to
int
this problem is automatically resolved.
Should resolve issue #1.