Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Byaidu committed Dec 6, 2024
1 parent 5741bee commit 62b3344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf2zh/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def translate(
lang_to = lang_map[lang_to]

for i, env in enumerate(translator.envs.items()):
os.environ[env[0]]=envs[i]
os.environ[env[0]] = envs[i]

print(f"Files before translation: {os.listdir(output)}")

Expand Down

0 comments on commit 62b3344

Please sign in to comment.