From 4a3447cff146fcae5d5c0fc2a0f890ae2c5d3734 Mon Sep 17 00:00:00 2001 From: Kendon Bell Date: Thu, 26 Mar 2026 16:35:15 +1300 Subject: [PATCH] Fix bring-me transformer file path (#959) --- castervoice/rules/ccr/recording_rules/bringme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/castervoice/rules/ccr/recording_rules/bringme.py b/castervoice/rules/ccr/recording_rules/bringme.py index 58cb92f52..2a06b9eda 100644 --- a/castervoice/rules/ccr/recording_rules/bringme.py +++ b/castervoice/rules/ccr/recording_rules/bringme.py @@ -245,7 +245,7 @@ def _bring_file(self, file): "caster log file": str(Path(_user_dir).joinpath("log.txt")), # Simplified Transformer - "caster transformer file": str(Path(_user_dir).joinpath("transformers/words.txt")), + "caster transformer file": str(Path(_user_dir).joinpath(ContentRoot.USER_DIR).joinpath("transformers/words.txt")), } }