[Bf-blender-cvs] [2e7fd35425e] blender-v2.82-release: Error in last comment (redundant assignment)

Campbell Barton noreply at git.blender.org
Tue Jan 28 06:22:24 CET 2020


Commit: 2e7fd35425ede9f4b938b7fa92c2ae8a34a60b6d
Author: Campbell Barton
Date:   Tue Jan 28 16:20:44 2020 +1100
Branches: blender-v2.82-release
https://developer.blender.org/rB2e7fd35425ede9f4b938b7fa92c2ae8a34a60b6d

Error in last comment (redundant assignment)

===================================================================

M	release/scripts/modules/bpy/utils/__init__.py

===================================================================

diff --git a/release/scripts/modules/bpy/utils/__init__.py b/release/scripts/modules/bpy/utils/__init__.py
index 9404c78c565..3d36f3eb510 100644
--- a/release/scripts/modules/bpy/utils/__init__.py
+++ b/release/scripts/modules/bpy/utils/__init__.py
@@ -413,7 +413,6 @@ def app_template_paths(subdir=None):
     # Note: keep in sync with: Blender's 'BKE_appdir_app_template_any'.
     # Uses 'BLENDER_USER_SCRIPTS', 'BLENDER_SYSTEM_SCRIPTS'
     # ... in this case 'system' accounts for 'local' too.
-    scripts_system, scripts_user = _bpy_script_paths()
     for resource_fn, module_name in (
             (_user_resource, "bl_app_templates_user"),
             (system_resource, "bl_app_templates_system"),



More information about the Bf-blender-cvs mailing list