Skip to content

Commit

Permalink
Merge pull request #282 from RockefellerArchiveCenter/development
Browse files Browse the repository at this point in the history
Use correct relative path for METS file
  • Loading branch information
helrond authored Jan 24, 2024
2 parents 31e19d3 + 04072ce commit 314676e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storer/routines.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def get_remote_mets(self, package):
ss_user_name=settings.ARCHIVEMATICA['username'],
ss_url=settings.ARCHIVEMATICA['baseurl'],
package_uuid=self.uuid,
relative_path=mets_path,
relative_path=join('data', mets_path),
saveas_filename=mets_path,
directory=self.tmp_dir)
am_client.extract_file()
Expand Down

0 comments on commit 314676e

Please sign in to comment.