Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 545931840
  • Loading branch information
Chronicle Team authored and bumblebee211196 committed Jul 6, 2023
1 parent f1d42da commit 496b7ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parsers/commands/run_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
help="[New]Run a parser(with extension) against given logs")
@click.option(
"--parserextension_config_file",
help="Path",
help="Path of parser extension config file",
)
@click.argument("project_id", required=True, default="")
@click.argument("customer_id", required=True, default="")
Expand Down Expand Up @@ -148,7 +148,7 @@ def run_parser(
parser_constants.KEY_PARSER: {
parser_constants.KEY_CBN: parser_config_data
},
parser_constants.KEY_LOG: log_data,
parser_constants.KEY_LOG: log_data
}
if parser_extension_config_data:
data[parser_constants.KEY_PARSER_EXTENSION] = {
Expand Down

0 comments on commit 496b7ff

Please sign in to comment.