Skip to content

Commit

Permalink
Merge bagger bug fix from fix/ghostrec-dl into integration
Browse files Browse the repository at this point in the history
  • Loading branch information
RayPlante committed Mar 27, 2024
2 parents 05772c5 + 916316a commit 867900c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/nistoar/pdr/preserv/bagger/midas3.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ def forMetadataBag(cls, bagdir, config=None, minter=None, for_pres=False):
upldir = bgrmd.get('upload_directory')

resmd = bag.nerd_metadata_for('')
return MIDASMetadataBagger(resmd.get['ediid'], bgrmd.get('bag_parent'),
return MIDASMetadataBagger(resmd['ediid'], bgrmd.get('bag_parent'),
bgrmd.get('data_directory'), upldir, config, None, minter)


Expand Down

0 comments on commit 867900c

Please sign in to comment.