We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7ba403 commit d6858feCopy full SHA for d6858fe
scripts/utils.py
@@ -27,7 +27,7 @@
27
28
def get_text_for_translations(root_path):
29
assets_file = (
30
- root_path + "/env/plugins/aspects/apps/superset/localization/assets.yaml"
+ root_path + "/env/plugins/aspects/apps/superset/pythonpath/assets.yaml"
31
)
32
33
strings = []
0 commit comments