forked from github/pelican
Fixes two bugs that was introduced by #1743: - First was the unnecessary exception name output when skipping content files if a required metadata wasn't available. It was `ERROR: Skipping ./demo.rst: could not find information about 'NameError: date'` and now should be `ERROR: Skipping ./demo.rst: could not find information about 'date'` - Second was a more serious issue. Improper string formatting in the logger resulted in implicit decoding and would break for non-ascii error messages. |
||
|---|---|---|
| .. | ||
| tests | ||
| themes | ||
| tools | ||
| __init__.py | ||
| cache.py | ||
| contents.py | ||
| generators.py | ||
| log.py | ||
| paginator.py | ||
| readers.py | ||
| rstdirectives.py | ||
| server.py | ||
| settings.py | ||
| signals.py | ||
| urlwrappers.py | ||
| utils.py | ||
| writers.py | ||