Skip to content

Commit

Permalink
midas3/service follow-on: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RayPlante committed Feb 24, 2023
1 parent 2f2dbee commit 5286b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/nistoar/pdr/publish/midas3/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ def _copy_oldbag_when_done(self, oldworker, replworker):
try:
# prevent updates to new worker's bag
replworker.halt_pod_processing("EDI-swapping")
oldworker.ensure_res_metadata()
oldworker.bagger.ensure_res_metadata()

# lock the old worker
oldworker.bagger.ensure_filelock()
Expand Down

0 comments on commit 5286b8e

Please sign in to comment.