Skip to content

Commit c371ecd

Browse files
committed
complate language module
1 parent 7378992 commit c371ecd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astroquery_cli/i18n.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def load_translation_file(self, lang_code: str):
2222
mo_file_path = lang_specific_path
2323
# If language-specific file doesn't exist, fall back to default English path
2424

25-
print("Trying to load:", mo_file_path) # 现在 mo_file_path 已经有值
25+
# print("Trying to load:", mo_file_path)
2626

2727
try:
2828
with open(mo_file_path, 'rb') as mo_file:

0 commit comments

Comments
 (0)