Skip to content

Commit

Permalink
Merge fixes from integration into fix/pres-flow-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
RayPlante committed Mar 27, 2024
2 parents 40e7d32 + 867900c commit 32b67b6
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 @@ -510,7 +510,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 32b67b6

Please sign in to comment.