From a09396caefe709b521e560add5b01c1a5c94cb53 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 15 Oct 2021 17:12:40 -0700 Subject: more fileset iteration --- python/sandcrawler/fileset_types.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'python/sandcrawler/fileset_types.py') diff --git a/python/sandcrawler/fileset_types.py b/python/sandcrawler/fileset_types.py index 037843e..d7e9d6d 100644 --- a/python/sandcrawler/fileset_types.py +++ b/python/sandcrawler/fileset_types.py @@ -43,11 +43,9 @@ class ArchiveStrategyResult(BaseModel): status: str manifest: List[FilesetManifestFile] file_file_meta: Optional[Dict[str, Any]] - file_terminal: Optional[Dict[str, Any]] - file_cdx: Optional[Dict[str, Any]] + file_resource: Optional[Any] bundle_file_meta: Optional[Dict[str, Any]] - bundle_terminal: Optional[Any] - bundle_cdx: Optional[Any] + bundle_resource: Optional[Any] bundle_archiveorg_path: Optional[str] class PlatformScopeError(Exception): -- cgit v1.2.3