Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Delalleau committed Sep 27, 2011
1 parent 97b4c37 commit 17eab92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion bin/theano-cache
Original file line number Diff line number Diff line change
Expand Up @@ -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)

1 change: 0 additions & 1 deletion theano/gof/compiledir.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def flatten(a):
for item in a:
l.extend(flatten(item))
return l
return [flatten(item) for item in a]
else:
return [a]

Expand Down

0 comments on commit 17eab92

Please sign in to comment.