Skip to content

Commit

Permalink
Update arg_builders.py
Browse files Browse the repository at this point in the history
  • Loading branch information
everestial authored Oct 30, 2024
1 parent f6c7ac3 commit 50c551f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phase_extender/arg_builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def str2bool(v):
else:
raise argparse.ArgumentTypeError("Boolean value expected.")


# TODO
# parser.add_argument("--nice", type=str2bool, nargs='?',
# const=True, default=False,
# help="Activate nice mode.")

0 comments on commit 50c551f

Please sign in to comment.