From 6c1375513fa8bd19560dcf7fdd7c1e8a223c65ae Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 17 Oct 2025 15:08:22 +1100 Subject: [PATCH] Docs: correct comment --- scripts/addons_core/bl_pkg/cli/blender_ext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/addons_core/bl_pkg/cli/blender_ext.py b/scripts/addons_core/bl_pkg/cli/blender_ext.py index 9472438b4ab..a5e22cc1135 100755 --- a/scripts/addons_core/bl_pkg/cli/blender_ext.py +++ b/scripts/addons_core/bl_pkg/cli/blender_ext.py @@ -4686,7 +4686,7 @@ class subcmd_author: if build_paths_extra: build_paths.extend(build_paths_expand_iter( pkg_source_dir, - # When "paths" is set, paths before `build_paths_extra_skip_index` have been added, + # When "paths" is set, paths after `build_paths_extra_skip_index` have been added, # see: `PkgManifest_Build.from_dict_all_errors`. build_paths_extra if manifest_build.paths is None else build_paths_extra[:build_paths_extra_skip_index],