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

hotfix: check urn before importing dependencies #1300

Merged
merged 2 commits into from
Jan 3, 2025

Conversation

Mohamed-Hacene
Copy link
Collaborator

No description provided.

return error_msg
try:
dependency = StoredLibrary.objects.get(urn=dependency_urn)
# We only fetch by URN without thinking about what locale, that may be a problem in the future.
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this comment still relevant with out current way of handling library internationalization?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I agree, we can remove this old comment

@ab-smith ab-smith merged commit 1182436 into main Jan 3, 2025
17 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jan 3, 2025
@ab-smith ab-smith deleted the hotfix/deprecated-urn-stored-library branch January 3, 2025 18:09
@ab-smith ab-smith restored the hotfix/deprecated-urn-stored-library branch January 3, 2025 18:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants