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 <ideasman42@gmail.com>2020-12-11 06:59:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-12-11 07:32:14 +0300
commit8cc951d2aebe27651ba9a2b8a3ee4c59fafdb920 (patch)
treee54b6aa9d5cde2df19a08886df201a519ed66ae6 /release/scripts/modules/bl_i18n_utils/utils.py
parentff6d7e907269c3e090d4234df6eb7e812c809050 (diff)
Cleanup: trailing space
Diffstat (limited to 'release/scripts/modules/bl_i18n_utils/utils.py')
-rw-r--r--release/scripts/modules/bl_i18n_utils/utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/modules/bl_i18n_utils/utils.py b/release/scripts/modules/bl_i18n_utils/utils.py
index 40b76b617b3..fd4488ecd73 100644
--- a/release/scripts/modules/bl_i18n_utils/utils.py
+++ b/release/scripts/modules/bl_i18n_utils/utils.py
@@ -185,9 +185,9 @@ def list_po_dir(root_path, settings):
"""
Generator. List given directory (expecting one sub-directory per languages)
and return all files matching languages listed in settings.
-
+
Yield tuples (can_use, uid, num_id, name, isocode, po_path)
-
+
Note that po_path may not actually exists.
"""
isocodes = ((e, os.path.join(root_path, e, e + ".po")) for e in os.listdir(root_path))