From cae2c8f5f38ee68094aacb9f7e77f61b3b010ea1 Mon Sep 17 00:00:00 2001 From: Dave Davis Date: Fri, 10 Nov 2023 14:51:24 -0500 Subject: [PATCH] rcal-687 Update suffixes allowed --- romancal/lib/suffix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/romancal/lib/suffix.py b/romancal/lib/suffix.py index 9be896fd6..9a17b53b1 100644 --- a/romancal/lib/suffix.py +++ b/romancal/lib/suffix.py @@ -63,7 +63,7 @@ # Suffixes that are discovered but should not be considered. # Used by `find_suffixes` to remove undesired values it has found. -SUFFIXES_TO_DISCARD = ["pipeline", "step"] +SUFFIXES_TO_DISCARD = ["highlevelpipeline", "pipeline", "step"] # Calculated suffixes.