From 37d6b24e8489d3019b04468748a24dec3b88c6c4 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Tue, 16 Jan 2024 15:18:05 +0500 Subject: [PATCH] Update bbim_setup_translations.py --- src/blenderbim/scripts/bbim_setup_translations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blenderbim/scripts/bbim_setup_translations.py b/src/blenderbim/scripts/bbim_setup_translations.py index b450c7ce5f..d37b9f55b5 100644 --- a/src/blenderbim/scripts/bbim_setup_translations.py +++ b/src/blenderbim/scripts/bbim_setup_translations.py @@ -168,7 +168,7 @@ class SetupTranslationUI(bpy.types.Operator): # check branches directory branches_dir = get_branches_directory() if not is_valid_path(branches_dir): - raise Exception(f"I18n Branches directory is not set up or doesn't exist ({branches_dir}). " + raise Exception(f"I18n Branches directory is not set up or doesn't exist ({branches_dir}).\n" "Setup I18n branches directory (Preferences > File Paths > Development > I18n Branches) " "to a folder containing (or that will contain) .po files.")