Skip to content

Commit cd506f0

Browse files
committed
Fix error in windows test
1 parent 18bfe51 commit cd506f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools/tests/test_windows_wrappers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def create_script(cls, tmpdir):
4848

4949
# also copy cli.exe to the sample directory
5050
with (tmpdir / cls.wrapper_name).open('wb') as f:
51-
w = resources.files('setuptools').join_path(cls.wrapper_source).read_bytes()
51+
w = resources.files('setuptools').joinpath(cls.wrapper_source).read_bytes()
5252
f.write(w)
5353

5454

0 commit comments

Comments
 (0)