提交 17eab923 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Minor fixes

上级 97b4c370
......@@ -32,6 +32,6 @@ else:
print 'command "%s" not recognized' % sys.argv[1]
print 'Type "theano-cache" to print the cache location'
print 'Type "theano-cache clear" to erase the cache'
print 'Type "theano-cache list" to print the cache containt'
print 'Type "theano-cache list" to print the cache content'
sys.exit(1)
......@@ -72,7 +72,6 @@ def print_compiledir_content():
for item in a:
l.extend(flatten(item))
return l
return [flatten(item) for item in a]
else:
return [a]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论