Skip to content

Fixed a typing issue bytesweep's argparsing

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.

Merge request reports