Skip to content

Commit

Permalink
Update conan/tools/files/patches.py
Browse files Browse the repository at this point in the history
Co-authored-by: Andrey Filipenkov <[email protected]>
  • Loading branch information
memsharded and kambala-decapitator authored Jan 13, 2025
1 parent 1cefc59 commit c326b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conan/tools/files/patches.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def _handle_patches(patches, patches_folder):

_handle_patches(conanfile_patches, conanfile.recipe_folder)

# NOTE: This only works after drim_conandata, it assumes versions are gone now in the cache
# NOTE: This only works after trim_conandata, it assumes versions are gone now in the cache
extra_path = conanfile.conf.get("core.sources.patch:extra_path")
if extra_path:
if not os.path.isdir(extra_path):
Expand Down

0 comments on commit c326b8b

Please sign in to comment.