提交 18b95657 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Temporarily disabled compiledir change on Windows

上级 4236fc0e
...@@ -51,7 +51,10 @@ def filter_compiledir(path): ...@@ -51,7 +51,10 @@ def filter_compiledir(path):
return path return path
if sys.platform == 'win32': # TODO Using the local user profile on Windows is currently disabled as it
# is not documented yet, and may break some existing code. It will be enabled
# in a future code update.
if False and sys.platform == 'win32':
# On Windows we should not write temporary files to a directory # On Windows we should not write temporary files to a directory
# that is part of the roaming part of the user profile. Instead # that is part of the roaming part of the user profile. Instead
# we use the local part of the user profile. # we use the local part of the user profile.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论