Skip to content
Snippets Groups Projects
Commit a0cadbf8 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

tweak ALMA productfetcher to handle location reports

parent ab3cca96
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1448tweak ALMA productfetcher to handle location reports
Pipeline #11565 passed
......@@ -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__()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment