Skip to content
Snippets Groups Projects

tweak ALMA productfetcher to handle location reports

Merged Charlotte Hausman requested to merge tweak-for-alma-curator into 2.8.2-DEVELOPMENT
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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__()
Loading