Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-08-23 16:13:47 +0300
committerCampbell Barton <campbell@blender.org>2022-08-24 02:22:26 +0300
commit649807a8cd3ba7815a5609b92ffb3f3ac77e1fea (patch)
treea426d410fffececfe6cdabf0edfaa07f83b538ca /release/scripts/modules
parenta6056b870b1da9bf422920439897a5cf8616c925 (diff)
Cleanup: format
Diffstat (limited to 'release/scripts/modules')
-rw-r--r--release/scripts/modules/bl_i18n_utils/bl_extract_messages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/modules/bl_i18n_utils/bl_extract_messages.py b/release/scripts/modules/bl_i18n_utils/bl_extract_messages.py
index f6dc2ae7ca0..fc7cbe566c3 100644
--- a/release/scripts/modules/bl_i18n_utils/bl_extract_messages.py
+++ b/release/scripts/modules/bl_i18n_utils/bl_extract_messages.py
@@ -885,7 +885,7 @@ def dump_preset_messages(msgs, reports, settings):
def dump_template_messages(msgs, reports, settings):
- bfiles = [""] # General template, no name needed
+ bfiles = [""] # General template, no name needed.
bfiles += glob.glob(settings.TEMPLATES_DIR + "/**/*.blend", recursive=True)
workspace_names = {}