Docs: correct comment

This commit is contained in:
Campbell Barton
2025-10-17 15:08:22 +11:00
parent 6ccf323ed4
commit 6c1375513f

View File

@@ -4686,7 +4686,7 @@ class subcmd_author:
if build_paths_extra: if build_paths_extra:
build_paths.extend(build_paths_expand_iter( build_paths.extend(build_paths_expand_iter(
pkg_source_dir, 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`. # see: `PkgManifest_Build.from_dict_all_errors`.
build_paths_extra if manifest_build.paths is None else build_paths_extra if manifest_build.paths is None else
build_paths_extra[:build_paths_extra_skip_index], build_paths_extra[:build_paths_extra_skip_index],