Checking in progress on theme readme

This commit is contained in:
Michael Lazar
2017-09-25 00:38:17 -04:00
parent 1b74f01801
commit 942d66fccd
2 changed files with 130 additions and 1 deletions

View File

@@ -318,7 +318,7 @@ class Theme(object):
This is intended to be used as a command-line utility, outside of the
main curses display loop.
"""
themes, errors = cls.list_themes(path=path)
themes, errors = cls.list_themes(path=path + '/')
print('\nInstalled ({0}):'.format(path))
installed = [t for t in themes if t.source == 'installed']