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 23afcb4 commit 7e60788Copy full SHA for 7e60788
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