From 3a80c6649cf6b6f0ada6f88e86017c82ddc0a99d Mon Sep 17 00:00:00 2001 From: chausman <chausman@nrao.edu> Date: Wed, 10 May 2023 10:01:10 -0600 Subject: [PATCH] force rebuild of pex and try to fix pipeline --- .../pexable/productfetcher/productfetcher/exceptions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/cli/executables/pexable/productfetcher/productfetcher/exceptions.py b/apps/cli/executables/pexable/productfetcher/productfetcher/exceptions.py index 23f22f68e..5a7772917 100644 --- a/apps/cli/executables/pexable/productfetcher/productfetcher/exceptions.py +++ b/apps/cli/executables/pexable/productfetcher/productfetcher/exceptions.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/>. + """ Our custom errors. -- GitLab