Closed 2martens closed 7 years ago
The ArgumentParser requires a callable as value for type when building an argument. Therefore I have changed the 'int' and 'string' values to int and str respectively. This fixes a parsing error.
This change is
The ArgumentParser requires a callable as value for type when building an argument. Therefore I have changed the 'int' and 'string' values to int and str respectively. This fixes a parsing error.
This change is