提交 ad5de0fd authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Update comment.

上级 89aaf08d
......@@ -25,7 +25,7 @@ def filter_compiledir(path):
valid = True
if not os.access(path, os.R_OK | os.W_OK):
try:
os.makedirs(path, 0770) #read-write-execute for this user only
os.makedirs(path, 0770) #read-write-execute for user and group
except OSError, e:
# Maybe another parallel execution of theano was trying to create
# the same directory at the same time.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论