Error in last comment (redundant assignment)

This commit is contained in:
Campbell Barton 2020-01-28 16:20:44 +11:00
parent eb6cb67ab6
commit 2e7fd35425
1 changed files with 0 additions and 1 deletions

View File

@ -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"),