Skip to content

Commit

Permalink
Update cli.py
Browse files Browse the repository at this point in the history
Remove trailing spaces
  • Loading branch information
seanthegeek authored Aug 24, 2024
1 parent 11e0461 commit 06ce080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsedmarc/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ def process_reports(reports_):
"index_suffix"]
if "index_prefix" in opensearch_config:
opts.opensearch_index_prefix = opensearch_config[
"index_prefix"]
"index_prefix"]
if "monthly_indexes" in opensearch_config:
monthly = opensearch_config.getboolean("monthly_indexes")
opts.opensearch_monthly_indexes = monthly
Expand Down

0 comments on commit 06ce080

Please sign in to comment.