Skip to content

Commit

Permalink
Manual improvment
Browse files Browse the repository at this point in the history
Co-authored-by: Avasam <[email protected]>
  • Loading branch information
DimitriPapadopoulos and Avasam authored Jan 1, 2025
1 parent 282cc26 commit aec96cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setuptools/tests/test_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ def build_wheel(extra_file_defs=None, **kwargs):


def tree_set(root):
return set(
return {
os.path.join(os.path.relpath(dirpath, root), filename)
for dirpath, dirnames, filenames in os.walk(root)
for filename in filenames
)
}


def flatten_tree(tree):
Expand Down

0 comments on commit aec96cd

Please sign in to comment.