from local

This commit is contained in:
dohe0342 2022-12-10 13:36:44 +09:00
parent f1dd8bc2eb
commit e6e5818b4a
2 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ def add_rep_arguments(parser: argparse.ArgumentParser):
parser.add_argument(
"--additional-block",
type=bool,
type=str2bool,
default=False,
)