1
0
Fork 0
forked from github/pelican

Move rich's console to log.py

This commit is contained in:
MinchinWeb 2021-07-08 21:33:22 -06:00
commit a52922bfb5
3 changed files with 8 additions and 10 deletions

View file

@ -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
}