Fix
This commit is contained in:
parent
634ac122d9
commit
0a75893346
@ -2,7 +2,6 @@
|
|||||||
Moves the descriptions of models to src/available_models_descriptions.py
|
Moves the descriptions of models to src/available_models_descriptions.py
|
||||||
so they can be translated
|
so they can be translated
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import json
|
import json
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
@ -13,5 +12,5 @@ if __name__ == "__main__":
|
|||||||
RESULTS += f" '{key}': _(\"{value['description']}\"),\n"
|
RESULTS += f" '{key}': _(\"{value['description']}\"),\n"
|
||||||
RESULTS += '}'
|
RESULTS += '}'
|
||||||
with open('src/available_models_descriptions.py', 'w+', encoding="utf-8") as f:
|
with open('src/available_models_descriptions.py', 'w+', encoding="utf-8") as f:
|
||||||
f.write(results)
|
f.write(RESULTS)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user