forked from github/pelican
Move rich's console to log.py
This commit is contained in:
parent
7d492bad67
commit
a52922bfb5
3 changed files with 8 additions and 10 deletions
|
|
@ -811,7 +811,7 @@ class FileSystemWatcher:
|
|||
if result.get('content') is None:
|
||||
reader_descs = sorted(
|
||||
{
|
||||
'%s (%s)' % (type(r).__name__, ', '.join(r.file_extensions))
|
||||
' | %s (%s)' % (type(r).__name__, ', '.join(r.file_extensions))
|
||||
for r in self.reader_class(self.settings).readers.values()
|
||||
if r.enabled
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue