Skip to content

Commit

Permalink
Merge pull request #456 from openedx/bmtcril/fix_translations
Browse files Browse the repository at this point in the history
fix: Incorrect path for assets introduced in the loc refactor
  • Loading branch information
bmtcril authored Oct 11, 2023
2 parents b7ba403 + d6858fe commit 337ca6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

def get_text_for_translations(root_path):
assets_file = (
root_path + "/env/plugins/aspects/apps/superset/localization/assets.yaml"
root_path + "/env/plugins/aspects/apps/superset/pythonpath/assets.yaml"
)

strings = []
Expand Down

0 comments on commit 337ca6b

Please sign in to comment.