Skip to content

Commit ec52299

Browse files
Manual improvment
Co-authored-by: Avasam <samuel.06@hotmail.com>
1 parent 43b5ffb commit ec52299

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setuptools/tests/test_wheel.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ def build_wheel(extra_file_defs=None, **kwargs):
114114

115115

116116
def tree_set(root):
117-
return set(
117+
return {
118118
os.path.join(os.path.relpath(dirpath, root), filename)
119119
for dirpath, dirnames, filenames in os.walk(root)
120120
for filename in filenames
121-
)
121+
}
122122

123123

124124
def flatten_tree(tree):

0 commit comments

Comments
 (0)