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

Merge branch 'tweak-for-alma-curator' into '2.8.2-DEVELOPMENT'

tweak ALMA productfetcher to handle location reports

See merge request !1448
parents ab3cca96 a0cadbf8
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 #11566 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