Skip to content

Commit 1240944

Browse files
committed
MNT: change the default libpath to match Matplotlib
1 parent af84833 commit 1240944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/manage_baseline_images.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def _validate(args):
7070
parser.add_argument(
7171
"--libpath",
7272
help="Relative path to package source.",
73-
default="",
73+
default="lib",
7474
required=False,
7575
)
7676

@@ -90,7 +90,7 @@ def _validate(args):
9090
"fname", type=str, help="The (relative) name of the file to version rev."
9191
)
9292

93-
# create the parser for the "add" command
93+
# create the parser for the "validate" command
9494
parser_add = subparsers.add_parser("validate", help="Check if the baseline dir .")
9595
parser_add.add_argument(
9696
"package", type=str, help="The dotted name of the test (sub-)package."

0 commit comments

Comments
 (0)