Skip to content

Commit

Permalink
Merge pull request #324 from RockefellerArchiveCenter/development
Browse files Browse the repository at this point in the history
Clean container, subcontainer and location for Aeon
  • Loading branch information
helrond authored Feb 14, 2024
2 parents cfd4f21 + a658fb1 commit 6578e59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions process_request/routines.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ def get_data(self, uri_list, dimes_baseurl):
"size": get_size(item_json["instances"]),
"preferred_instance": {
"format": format,
"container": container,
"subcontainer": subcontainer,
"location": location,
"container": self.strip_tags(container),
"subcontainer": self.strip_tags(subcontainer),
"location": self.strip_tags(location),
"barcode": barcode,
"uri": container_uri,
}
Expand Down

0 comments on commit 6578e59

Please sign in to comment.