Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature use db inst for cmr matching #525

Open
wants to merge 5 commits into
base: feature-check_for_deleted_objects_in_doi_matcher
Choose a base branch
from

Conversation

CarsonDavis
Copy link
Collaborator

closes #524

@CarsonDavis CarsonDavis changed the base branch from dev to feature-check_for_deleted_objects_in_doi_matcher June 14, 2023 21:10
cmr/doi_matching.py Outdated Show resolved Hide resolved
@@ -423,6 +426,79 @@ def get_published_uuid(recent_draft):
# this must be a published create draft, who's uuid will match the published uuid
return recent_draft.uuid

def _get_recent_draft(self, doi_recommendation):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
def _get_recent_draft(self, doi_recommendation):
def _get_recent_draft(self, doi_recommendation):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Re-work CMR Updater to Use Actual Database Objects
3 participants