From a0cadbf8d7aca68730b756e6a6ac73ef16db881a Mon Sep 17 00:00:00 2001
From: chausman <chausman@nrao.edu>
Date: Thu, 14 Sep 2023 16:56:36 -0600
Subject: [PATCH] tweak ALMA productfetcher to handle location reports

---
 .../pexable/productfetcher/productfetcher/locations.py          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/cli/executables/pexable/productfetcher/productfetcher/locations.py b/apps/cli/executables/pexable/productfetcher/productfetcher/locations.py
index 79b511abb..a40357897 100644
--- a/apps/cli/executables/pexable/productfetcher/productfetcher/locations.py
+++ b/apps/cli/executables/pexable/productfetcher/productfetcher/locations.py
@@ -240,7 +240,7 @@ class OracleXml(LocatedFile):
     subdirectory: str
     relative_path: str
     _size: int
-    _science_product_locator: str
+    _science_product_locator: str = None
 
     def __init__(self, archive_uid: str, table: str, subdirectory: str, relative_path: str, size):
         super().__init__()
-- 
GitLab