提交 8e961238 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

merge

......@@ -2,8 +2,8 @@ syntax: glob
*.pyo
*~
\#*\#
doc/oplist.txt
doc/typelist.txt
doc/indexes/oplist.txt
doc/indexes/typelist.txt
doc/.build/
compiled/*.cpp
cutils_ext.cpp
......
......@@ -126,7 +126,7 @@ if __name__ == '__main__':
os.chdir(workdir)
os.system('make')
try:
shutil.copy(os.path.join(workdir, 'theano.pdf'), currentdir)
shutil.copy(os.path.join(workdir, 'theano.pdf'), outdir)
os.chdir(outdir)
shutil.rmtree(workdir)
except OSError, e:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论