Skip to content

Commit d6858fe

Browse files
committed
fix: Incorrect path for assets introduced in the loc refactor
1 parent b7ba403 commit d6858fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
def get_text_for_translations(root_path):
2929
assets_file = (
30-
root_path + "/env/plugins/aspects/apps/superset/localization/assets.yaml"
30+
root_path + "/env/plugins/aspects/apps/superset/pythonpath/assets.yaml"
3131
)
3232

3333
strings = []

0 commit comments

Comments
 (0)