Skip to content
Commit 470ca264 authored by Alessandro Di Federico's avatar Alessandro Di Federico
Browse files

Convert `bool` arguments to `int`

The `argparse` library treats boolean arguments as
integers. Specifically, each time a boolean argument is meet the
associated variable is incremented. This led to weird behaviors having
`2` being converted to `false`. Using `int` as a type solves this issue.
parent 5f8249ce
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment