Skip to content

Commit 42ceae6

Browse files
committed
add folder in the log
1 parent 14283be commit 42ceae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_gpt_po/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def process_translations(config: TranslationConfig, folder: str,
145145
sys.exit(1)
146146

147147
# Start processing files
148-
logging.info("Starting translation with %s using model %s", config.provider.value, config.model)
148+
logging.info("Starting translation with %s using model %s in folder %s", config.provider.value, config.model, folder)
149149
translation_service.scan_and_process_po_files(folder, languages, detail_languages)
150150
logging.info("Translation completed successfully")
151151

0 commit comments

Comments
 (0)