Commit 2be9a16
fix: use Path(__file__).parent instead of Path.cwd() in TranslationSystem
Default app_dir in TranslationSystem.__init__ was Path.cwd(), which
breaks when the app is launched from a different working directory
(e.g. double-click, compiled EXE, or other CWD).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 48863fb commit 2be9a16
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments