Skip to content

Commit

Permalink
fix: Incorrect path for assets introduced in the loc refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtcril committed Oct 11, 2023
1 parent b7ba403 commit d6858fe
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 d6858fe

Please sign in to comment.