We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af84833 commit 1240944Copy full SHA for 1240944
tools/manage_baseline_images.py
@@ -70,7 +70,7 @@ def _validate(args):
70
parser.add_argument(
71
"--libpath",
72
help="Relative path to package source.",
73
- default="",
+ default="lib",
74
required=False,
75
)
76
@@ -90,7 +90,7 @@ def _validate(args):
90
"fname", type=str, help="The (relative) name of the file to version rev."
91
92
93
- # create the parser for the "add" command
+ # create the parser for the "validate" command
94
parser_add = subparsers.add_parser("validate", help="Check if the baseline dir .")
95
parser_add.add_argument(
96
"package", type=str, help="The dotted name of the test (sub-)package."
0 commit comments