Skip to content

Commit 496b7ff

Browse files
Chronicle Teambumblebee211196
authored andcommitted
Internal change
PiperOrigin-RevId: 545931840
1 parent f1d42da commit 496b7ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

parsers/commands/run_parser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
help="[New]Run a parser(with extension) against given logs")
3636
@click.option(
3737
"--parserextension_config_file",
38-
help="Path",
38+
help="Path of parser extension config file",
3939
)
4040
@click.argument("project_id", required=True, default="")
4141
@click.argument("customer_id", required=True, default="")
@@ -148,7 +148,7 @@ def run_parser(
148148
parser_constants.KEY_PARSER: {
149149
parser_constants.KEY_CBN: parser_config_data
150150
},
151-
parser_constants.KEY_LOG: log_data,
151+
parser_constants.KEY_LOG: log_data
152152
}
153153
if parser_extension_config_data:
154154
data[parser_constants.KEY_PARSER_EXTENSION] = {

0 commit comments

Comments
 (0)