We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7378992 commit c371ecdCopy full SHA for c371ecd
1 file changed
astroquery_cli/i18n.py
@@ -22,7 +22,7 @@ def load_translation_file(self, lang_code: str):
22
mo_file_path = lang_specific_path
23
# If language-specific file doesn't exist, fall back to default English path
24
25
- print("Trying to load:", mo_file_path) # 现在 mo_file_path 已经有值
+ # print("Trying to load:", mo_file_path)
26
27
try:
28
with open(mo_file_path, 'rb') as mo_file:
0 commit comments