Skip to content

Commit

Permalink
1.3fix
Browse files Browse the repository at this point in the history
  • Loading branch information
3093FengMing committed Feb 20, 2024
1 parent 50c7555 commit e8f436c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WorldTranslationExtractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@ def main():
cfg_lang = cfg_settings["lang"]
except Exception as e:
print("在打开config.json时发生一个错误: /An error occurred while opening the file config.json: ", e)
exit(1)

if len(sys.argv) < 2:
print(f"用法: python {sys.argv[0]} <存档>/Usage: python {sys.argv[0]} <world>")
Expand Down

0 comments on commit e8f436c

Please sign in to comment.