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

Remove guard around opening i18n.json #7458

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

legoktm
Copy link
Member

@legoktm legoktm commented Mar 4, 2025

Status

Ready for review

Description of Changes

This operation should never fail because the i18n.json file is shipped with the package and always present.

Possibly the rationale of needing it for tests no longer applies since the path is now absolute and not relative to the current working directory.

See #7443 (comment).

Testing

How should the reviewer test this PR?

  • CI passes

Deployment

Any special considerations for deployment? n/a

Checklist

  • Linting (make lint) and tests (make test) pass in the development container

This operation should never fail because the i18n.json file is
shipped with the package and always present.

Possibly the rationale of needing it for tests no longer applies
since the path is now absolute and not relative to the current
working directory.

See <#7443 (comment)>.
@legoktm legoktm added this to the SecureDrop 2.13.0 milestone Mar 4, 2025
@legoktm legoktm requested a review from a team as a code owner March 4, 2025 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready For Review
Development

Successfully merging this pull request may close these issues.

1 participant