Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
14 lines
532 B
Diff
14 lines
532 B
Diff
diff --git a/frog/language_manager.py b/frog/language_manager.py
|
|
index d822c44..bc289db 100644
|
|
--- a/frog/language_manager.py
|
|
+++ b/frog/language_manager.py
|
|
@@ -193,7 +193,7 @@ class LanguageManager(GObject.GObject):
|
|
os.mkdir(tessdata_dir)
|
|
|
|
dest_path = os.path.join(tessdata_dir, 'eng.traineddata')
|
|
- source_path = pathlib.Path('/app/share/appdata/eng.traineddata')
|
|
+ source_path = pathlib.Path('@out@/share/appdata/eng.traineddata')
|
|
if os.path.exists(dest_path):
|
|
return
|
|
|