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.
2 parents 6771a18 + 7e60788 commit dc748b8Copy full SHA for dc748b8
1 file changed
doc/make.py
@@ -178,7 +178,7 @@ def all():
178
" isn't".format(link))
179
if not os.path.exists(link):
180
try:
181
- os.symlink(target, link)
+ os.symlink(os.path.normcase(target), link)
182
except OSError:
183
symlink_warnings.append('files copied to {0}'.format(link))
184
shutil.copytree(os.path.join(link, '..', target), link)
0 commit comments