Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pearce8 authored Jan 30, 2024
1 parent fff6422 commit d409087
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin/benchpark
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,10 @@ def benchpark_setup(subparsers, actions_dict):
help="Where to install packages and store results for the experiments. Benchpark expects to manage this directory, and it should be empty/nonexistent the first time you run benchpark setup experiments.",
)
create_parser.add_argument(
"--modifier", type=str, default="caliper", help="The modifier to apply to the experiment (default caliper)"
"--modifier",
type=str,
default="caliper",
help="The modifier to apply to the experiment (default caliper)",
)

actions_dict["setup"] = benchpark_setup_handler
Expand Down

0 comments on commit d409087

Please sign in to comment.