Skip to content

Commit

Permalink
fix type issue in cmd run
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus Weinbauer committed Apr 15, 2024
1 parent 068a56f commit 4846a6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions synrbl/SynCmd/cmd_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def configure_argparser(argparser: argparse._SubParsersAction):
test_parser.add_argument(
"-p",
default=-1,
type=int,
help="The number of parallel process. (Default -1 => # of processors)",
)
test_parser.add_argument(
Expand Down

0 comments on commit 4846a6b

Please sign in to comment.