Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0872d9d commit 1b26b6aCopy full SHA for 1b26b6a
1 file changed
Lib/distutils/command/install_data.py
@@ -64,7 +64,7 @@ def run (self):
64
dir = change_root(self.root, dir)
65
self.mkpath(dir)
66
for data in f[1]:
67
- data = convert_path(f[1])
+ data = convert_path(data)
68
(out, _) = self.copy_file(data, dir)
69
self.outfiles.append(out)
70
0 commit comments