From 1f1e04517da9120b441266054001d89a8f80476a Mon Sep 17 00:00:00 2001 From: chausman <chausman@nrao.edu> Date: Wed, 10 May 2023 11:18:26 -0600 Subject: [PATCH] force pex rebuild --- .../pexable/productfetcher/productfetcher/fetch_plan.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/cli/executables/pexable/productfetcher/productfetcher/fetch_plan.py b/apps/cli/executables/pexable/productfetcher/productfetcher/fetch_plan.py index ba67ba7cc..b038b4517 100644 --- a/apps/cli/executables/pexable/productfetcher/productfetcher/fetch_plan.py +++ b/apps/cli/executables/pexable/productfetcher/productfetcher/fetch_plan.py @@ -15,6 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Workspaces. If not, see <https://www.gnu.org/licenses/>. + """ Fetch plans exist to manage running each of a group of FileFetchers. At the moment, we have identified only two kinds of fetch plan: -- GitLab