From 49528ca155592f2e47e82852c54622927cf01afb Mon Sep 17 00:00:00 2001 From: chausman <chausman@nrao.edu> Date: Fri, 15 Sep 2023 11:36:03 -0600 Subject: [PATCH] twiddle for pipeline testing --- .../pexable/productfetcher/productfetcher/product_fetcher.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/cli/executables/pexable/productfetcher/productfetcher/product_fetcher.py b/apps/cli/executables/pexable/productfetcher/productfetcher/product_fetcher.py index 1d343a3c1..dfde05de4 100644 --- a/apps/cli/executables/pexable/productfetcher/productfetcher/product_fetcher.py +++ b/apps/cli/executables/pexable/productfetcher/productfetcher/product_fetcher.py @@ -53,7 +53,9 @@ class RetrievalMode(Enum): class CLIParam(Enum): - """Codifies productfetcher's various command-line parameters""" + """ + Codifies productfetcher's various command-line parameters + """ DESTINATION_DIRECTORY = "--output" SPL = "--product-locator" -- GitLab