From 06ce080171d1a5bad683ff13287a657bc770fb51 Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Sat, 24 Aug 2024 11:34:48 -0400 Subject: [PATCH] Update cli.py Remove trailing spaces --- parsedmarc/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsedmarc/cli.py b/parsedmarc/cli.py index c4d6e26..406ce73 100644 --- a/parsedmarc/cli.py +++ b/parsedmarc/cli.py @@ -826,7 +826,7 @@ def _main(): "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